[go: up one dir, main page]

File: cpp.gp

package info (click to toggle)
cppi 1.18-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,936 kB
  • sloc: ansic: 12,443; sh: 7,551; lex: 850; perl: 173; makefile: 47; sed: 16
file content (11 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
struct KW {char const *name; int code;};
%%
**, EIC_INVALID
if, EIC_IF
ifdef, EIC_IFDEF
ifndef, EIC_IFNDEF
elif, EIC_ELIF
else, EIC_ELSE
endif, EIC_ENDIF
define, EIC_DEFINE
pragma, EIC_PRAGMA