Select Git revision
Python_CodeGen.jrag
Forked from
Anders Blomdell / LabComm
Source project has a limited visibility.
-
Anders Blomdell authored
put delimiter first in typeinfo to simplify parsing and not assume what delimiter should be used for various languages (was broken for C#) compiler/CS_CodeGen.jrag: corrected handling of variable sized arrays (int -> packed32) compiler/Python_CodeGen.jrag: added signature list
Anders Blomdell authoredput delimiter first in typeinfo to simplify parsing and not assume what delimiter should be used for various languages (was broken for C#) compiler/CS_CodeGen.jrag: corrected handling of variable sized arrays (int -> packed32) compiler/Python_CodeGen.jrag: added signature list
cppmacros.h 175 B
// C Preprocessor macros.
#ifndef CPP_MACROS_H
#define CPP_MACROS_H
#define X_EMPTY(mac) var ## 1
#define EMPTY(mac) X_EMPTY(mac) // Returns 1 if macro mac is empty.
#endif