Branch: Tag:

1996-12-06

1996-12-06 03:47:51 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

some warnings on HP-UX removed

Rev: src/error.h:1.5
Rev: src/hashtable.h:1.2
Rev: src/interpret.h:1.6
Rev: src/lex.h:1.2
Rev: src/port.h:1.8
Rev: src/program.h:1.5
Rev: src/svalue.h:1.4
Rev: src/time_stuff.h:1.2

8:      #include "types.h"    + #ifndef STRUCT_ARRAY_DECLARED + #define STRUCT_ARRAY_DECLARED   struct array; -  + #endif +  + #ifndef STRUCT_MAPPING_DECLARED + #define STRUCT_MAPPING_DECLARED   struct mapping; -  + #endif +  + #ifndef STRUCT_MULTISET_DECLARED + #define STRUCT_MULTISET_DECLARED   struct multiset; -  + #endif +  + #ifndef STRUCT_OBJECT_DECLARED + #define STRUCT_OBJECT_DECLARED   struct object; -  + #endif +  + #ifndef STRUCT_PROGRAM_DECLARED + #define STRUCT_PROGRAM_DECLARED   struct program; -  + #endif +  + #ifndef STRUCT_PIKE_STRING_DECLARED + #define STRUCT_PIKE_STRING_DECLARED   struct pike_string; -  + #endif +  + #ifndef STRUCT_CALLABLE_DECLARED + #define STRUCT_CALLABLE_DECLARED   struct callable; -  + #endif      struct processing   {
38:    union anything *short_lval; /* only used on stack */   };    + #ifndef STRUCT_SVALUE_DECLARED + #define STRUCT_SVALUE_DECLARED + #endif   struct svalue   {    unsigned INT16 type;