diff options
Diffstat (limited to 'src/hyper/parse-types.c')
-rw-r--r-- | src/hyper/parse-types.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/hyper/parse-types.c b/src/hyper/parse-types.c index ec19f66f..67bbc252 100644 --- a/src/hyper/parse-types.c +++ b/src/hyper/parse-types.c @@ -1,7 +1,7 @@ /* Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd. All rights reserved. - Copyright (C) 2007-2008, Gabriel Dos Reis. + Copyright (C) 2007-2010, Gabriel Dos Reis. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -40,9 +40,8 @@ * Copyright The Numerical Algorithms Group Limited 1991, 1992, 1993. * ****************************************************************************/ -#define _PARSE_TYPES_C -#include "openaxiom-c-macros.h" +#include "openaxiom-c-macros.h" #include "debug.h" #include "halloc.h" #include "sockio.h" @@ -53,7 +52,8 @@ #include "extent.h" #include "cfuns.h" -#include "all_hyper_proto.H1" +static void parse_condnode(void ); +static void parse_hasreturnto(void ); boolean gInButton = FALSE; boolean gInIf = FALSE; |