FreeBASIC
0.91.0
|
Go to the source code of this file.
Data Structures | |
class | LEXPP_REC |
Functions | |
sub | ppSkip () |
sub | ppCondInit () |
sub | ppCondEnd () |
private function_as_integer | ppExpression () |
sub | ppCondIf () |
sub | ppCondElse () |
sub | ppCondEndIf () |
sub | ppAssert () |
Variables | |
const VAR | FB_PP_MAXRECLEVEL = 64 |
LEXPP_REC | pptb [toFB_PP_MAXRECLEVEL+1] |
sub ppAssert | ( | ) |
Definition at line 163 of file pp-cond.bas.
sub ppCondElse | ( | ) |
Definition at line 107 of file pp-cond.bas.
sub ppCondEnd | ( | ) |
sub ppCondEndIf | ( | ) |
Definition at line 151 of file pp-cond.bas.
sub ppCondIf | ( | ) |
Definition at line 57 of file pp-cond.bas.
sub ppCondInit | ( | ) |
private function_as_integer ppExpression | ( | ) |
Definition at line 30 of file pp-cond.bas.
private sub ppSkip | ( | ) |
Definition at line 177 of file pp-cond.bas.
const VAR FB_PP_MAXRECLEVEL = 64 |
Definition at line 11 of file pp-cond.bas.
LEXPP_REC pptb[toFB_PP_MAXRECLEVEL+1] |
Definition at line 21 of file pp-cond.bas.