summaryrefslogtreecommitdiff
path: root/tokenizer.sig
diff options
context:
space:
mode:
Diffstat (limited to 'tokenizer.sig')
-rw-r--r--tokenizer.sig4
1 files changed, 2 insertions, 2 deletions
diff --git a/tokenizer.sig b/tokenizer.sig
index 53a9f17..a0f5127 100644
--- a/tokenizer.sig
+++ b/tokenizer.sig
@@ -13,7 +13,6 @@ signature TOKENIZER = sig
Invalid |
EOS |
NewLine |
- MacroStart of string |
MacroEnd of string |
Num of numConst |
@@ -111,7 +110,7 @@ signature TOKENIZER = sig
CommentStart |
- PpcInclude |
+ PpcInclude of string * string |
PpcDefine |
PpcUndef |
PpcIf |
@@ -131,5 +130,6 @@ signature TOKENIZER = sig
val getToken: S.t -> token * S.pos * S.t
val Ptoken: (token, 'a, 'b) a1printer
+ val isPpcDir: token -> bool
val debugPrint: string -> unit
end