diff options
author | johnvg | 2006-11-16 12:35:41 +0000 |
---|---|---|
committer | johnvg | 2006-11-16 12:35:41 +0000 |
commit | a9ae35a7dd38f38af3e6be9342aff0129de3f5b5 (patch) | |
tree | 86a13d68c0a9eb6b372b767c32d7ff09ad5ca00d /backendC/CleanCompilerSources/instructions.h | |
parent | add make script for 64 bit linux (diff) |
rename ea entry for record to eu, to prevent conflict with ea
entry for constructor with the same name as the record
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1626 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources/instructions.h')
-rw-r--r-- | backendC/CleanCompilerSources/instructions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/instructions.h b/backendC/CleanCompilerSources/instructions.h index 62d2b6c..21b4dce 100644 --- a/backendC/CleanCompilerSources/instructions.h +++ b/backendC/CleanCompilerSources/instructions.h @@ -145,6 +145,7 @@ void GenExportRecord (SymbDef sdef); void GenExportFieldSelector (SymbDef sdef); void GenExportStrictAndEaEntry (SymbDef sdef); void GenExportEaEntry (SymbDef sdef); +void GenExportEuEntry (SymbDef sdef); void GenDAStackLayout (int asize); void GenDStackLayoutOfStates (int asize,int bsize,int n_states,StateP state_p); |