mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 22:42:24 +00:00
gnuc -> gcc, more abstraction in makefiles and extTools
Former-commit-id: 01664df2ee
This commit is contained in:
parent
27cd609dad
commit
b9bc8f2a39
79 changed files with 99 additions and 99 deletions
12
src/par/voc.par.gcc.x86_64
Normal file
12
src/par/voc.par.gcc.x86_64
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
CHAR 1 1
|
||||
BOOLEAN 1 1
|
||||
SHORTINT 1 1
|
||||
INTEGER 4 4
|
||||
LONGINT 8 8
|
||||
SET 8 8
|
||||
REAL 4 4
|
||||
LONGREAL 8 8
|
||||
PTR 8 8
|
||||
PROC 8 8
|
||||
RECORD 1 1
|
||||
ENDIAN 1 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue