aboutsummaryrefslogtreecommitdiff
path: root/projects/Stacker/lib/compiler/StackerParser.y
diff options
context:
space:
mode:
Diffstat (limited to 'projects/Stacker/lib/compiler/StackerParser.y')
-rw-r--r--projects/Stacker/lib/compiler/StackerParser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/Stacker/lib/compiler/StackerParser.y b/projects/Stacker/lib/compiler/StackerParser.y
index e45cc1a4b3..96c724303e 100644
--- a/projects/Stacker/lib/compiler/StackerParser.y
+++ b/projects/Stacker/lib/compiler/StackerParser.y
@@ -39,7 +39,7 @@ int yyparse();
llvm::Module* ModuleVal;
llvm::Function* FunctionVal;
llvm::BasicBlock* BasicBlockVal;
- uint32_t IntegerVal;
+ int64_t IntegerVal;
char* StringVal;
}