summaryrefslogtreecommitdiff
path: root/ppc.sig
diff options
context:
space:
mode:
Diffstat (limited to 'ppc.sig')
-rw-r--r--ppc.sig3
1 files changed, 1 insertions, 2 deletions
diff --git a/ppc.sig b/ppc.sig
index eaddbe5..ce7a720 100644
--- a/ppc.sig
+++ b/ppc.sig
@@ -14,7 +14,6 @@ signature PPC = sig
Cop
val create: { fname: string, incDirs: string list, debugMode: bool } -> t
+ val getToken: t -> T.token * tkPos * t
val debugPrint: string -> string list -> unit
-
- val getClass: t -> tkClass list -> T.token * tkPos * t
end