summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_lex.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-20 05:14:42 +0000
committeralfred <alfred@FreeBSD.org>2002-03-20 05:14:42 +0000
commiteddc6122c99ccaa9c147f78f44588a5757d3f046 (patch)
tree5fcd19c5c990fd9d830071523f9c3dc5cfb35586 /sys/ddb/db_lex.h
parent62379fef927268e564719e3e766bb3900ef387c7 (diff)
downloadFreeBSD-src-eddc6122c99ccaa9c147f78f44588a5757d3f046.zip
FreeBSD-src-eddc6122c99ccaa9c147f78f44588a5757d3f046.tar.gz
Remove __P.
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