Minor consistency fix: Define built-in functions to have bodies.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23985 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
a4351c55e8
commit
359326b866
5 changed files with 14 additions and 16 deletions
|
|
@ -2389,7 +2389,7 @@ external_declaration
|
|||
|
||||
function_definition
|
||||
: function_prototype {
|
||||
$1.intermAggregate = parseContext.handleFunctionPrototype($1.loc, *$1.function);
|
||||
$1.intermAggregate = parseContext.handleFunctionDefinition($1.loc, *$1.function);
|
||||
}
|
||||
compound_statement_no_new_scope {
|
||||
// May be best done as post process phase on intermediate code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue