summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb/db_lex.h')
-rw-r--r--sys/ddb/db_lex.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/ddb/db_lex.h b/sys/ddb/db_lex.h
index c4e0ee2..538a866 100644
--- a/sys/ddb/db_lex.h
+++ b/sys/ddb/db_lex.h
@@ -36,10 +36,10 @@
/*
* Lexical analyzer.
*/
-void db_flush_lex __P((void));
-int db_read_line __P((void));
-int db_read_token __P((void));
-void db_unread_token __P((int t));
+void db_flush_lex(void);
+int db_read_line(void);
+int db_read_token(void);
+void db_unread_token(int t);
extern db_expr_t db_tok_number;
#define TOK_STRING_SIZE 120
OpenPOWER on IntegriCloud