cleanup some preprocessor macros
This commit is contained in:
parent
8e9dbe8e0f
commit
4cea37a163
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -546,4 +546,4 @@ typedef struct {
|
|||
|
||||
#endif /* _SPDEF_H */
|
||||
|
||||
#endif /*_COMPLEX_H */
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -150,5 +150,5 @@
|
|||
|
||||
|
||||
|
||||
#endif /* _DEFINES_H_ */
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -103,4 +103,4 @@
|
|||
#endif
|
||||
|
||||
|
||||
#endif /* _MACROS_H_ */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue