From 9b85680687e77d758ed4d5f002375aa6f88dc803 Mon Sep 17 00:00:00 2001 From: mycroft Date: Sun, 18 Apr 1993 21:52:18 +0000 Subject: Cleanup for GCC 2. --- quiz/rxp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'quiz/rxp.c') diff --git a/quiz/rxp.c b/quiz/rxp.c index 7adf8b5f..8fe76a9e 100644 --- a/quiz/rxp.c +++ b/quiz/rxp.c @@ -77,9 +77,9 @@ typedef short Rxp_t; /* type for regexp tokens */ static Rxp_t rxpbuf[RXP_LINE_SZ]; /* compiled regular expression buffer */ char rxperr[128]; /* parser error message */ -int rxp__compile __P((char *, int)); -char *rxp__expand __P((int)); -int rxp__match __P((char *, int, Rxp_t *, Rxp_t *, char *)); +static int rxp__compile __P((char *, int)); +static char *rxp__expand __P((int)); +static int rxp__match __P((char *, int, Rxp_t *, Rxp_t *, char *)); int rxp_compile(s) -- cgit v1.2.3