"compiler/2014/Java_CodeGen.jrag" did not exist on "0a5c322f2081b25c5aa4368dd25c4fdb18f41ac9"
Select Git revision
Forked from
Anders Blomdell / LabComm
Source project has a limited visibility.
-
Anders Blomdell authoredAnders Blomdell authored
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