cleanup some preprocessor macros

This commit is contained in:
rlar 2013-01-22 21:00:09 +01:00
parent 8e9dbe8e0f
commit 4cea37a163
6 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
#ifndef _COM_MEASURE_H
#define _COM_MEASURE_H
#ifndef _COM_MEASURE2_H
#define _COM_MEASURE2_H
extern int measure_get_precision(void);

View File

@ -546,4 +546,4 @@ typedef struct {
#endif /* _SPDEF_H */
#endif /*_COMPLEX_H */
#endif

View File

@ -8,8 +8,8 @@ Author: 1986 Wayne A. Christopher, U. C. Berkeley CAD Group
* wlist.c
*/
#ifndef _STD_H_
#define _STD_H_
#ifndef _CPSTD_H_
#define _CPSTD_H_
#ifndef FILE
@ -34,4 +34,4 @@ extern int cp_numdgt;
extern void cp_printword(char *string, FILE *fp);
#endif /* _STD_H_*/
#endif

View File

@ -150,5 +150,5 @@
#endif /* _DEFINES_H_ */
#endif

View File

@ -15,8 +15,8 @@ Author: 1988 Jeffrey M. Hsu
checkup_option is for handling and pending asynchonous events
*/
#ifndef _INPUT_H_
#define _INPUT_H_
#ifndef _FTEINPUT_H_
#define _FTEINPUT_H_
#include <stdio.h>
@ -44,4 +44,4 @@ typedef struct response {
} reply;
} RESPONSE;
#endif /* notdef _INPUT_H_ */
#endif

View File

@ -103,4 +103,4 @@
#endif
#endif /* _MACROS_H_ */
#endif