diff options
author | Adam NAILI | 2018-06-06 14:31:40 +0200 |
---|---|---|
committer | Adam NAILI | 2018-06-06 14:31:40 +0200 |
commit | 901e95ebf54575d24e533383fabfc5e9d916bf39 (patch) | |
tree | 45498bf25c66fe97c81ff720458250cc363e136b /src/tpc.y | |
parent | cc1b72c1093dfd3bb0f41802a6a012402fa9717e (diff) | |
parent | 8a5ccc3b6e5e7a3ad064cc5cce1c4a1a9ac74aa8 (diff) | |
download | tpc-compiler-901e95ebf54575d24e533383fabfc5e9d916bf39.tar.gz |
Merge branch 'master' of https://github.com/pacien/upem-compil-tpc
Diffstat (limited to 'src/tpc.y')
-rw-r--r-- | src/tpc.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ static char fname[64]; | |||
58 | 58 | ||
59 | %% | 59 | %% |
60 | Prog: { gen_prologue(); } | 60 | Prog: { gen_prologue(); } |
61 | DeclConsts DeclVars DeclFoncts { gen_const_declaration(); } | 61 | DeclConsts DeclVars DeclFoncts { gen_epilogue(); } |
62 | ; | 62 | ; |
63 | DeclConsts: | 63 | DeclConsts: |
64 | DeclConsts CONST ListConst ';' | 64 | DeclConsts CONST ListConst ';' |