aboutsummaryrefslogtreecommitdiff
path: root/5.20/token.h
diff options
context:
space:
mode:
Diffstat (limited to '5.20/token.h')
-rw-r--r--5.20/token.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/5.20/token.h b/5.20/token.h
index 327b1e7..7e4fbec 100644
--- a/5.20/token.h
+++ b/5.20/token.h
@@ -7,7 +7,7 @@ enum { NO, YES };
int gettoken(void);
int peaktoken(void);
-int isdatatyp(void);
+int isdtspec(void);
extern char tokentype;
extern char token[MAXTOKEN];