header file #endif guard trailer comment consistency
oa/magicInit.h utils/malloc.h
This commit is contained in:
parent
de1b76cb11
commit
3294524111
|
|
@ -95,4 +95,4 @@ TCL_RTN_ERROR(#func)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif /* _magicinit_h_ */
|
||||||
|
|
|
||||||
|
|
@ -26,4 +26,4 @@ extern void *mallocMagic(size_t);
|
||||||
extern void *callocMagic(size_t);
|
extern void *callocMagic(size_t);
|
||||||
extern void freeMagic(void *);
|
extern void freeMagic(void *);
|
||||||
|
|
||||||
#endif
|
#endif /* _MALLOC_H */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue