removing leading/trailing underscores from preprocessor symbols
This commit is contained in:
parent
6ed61e66ac
commit
a39e4f366d
|
@ -1,5 +1,5 @@
|
|||
#ifndef __EQUALHASH_H_
|
||||
#define __EQUALHASH_H_
|
||||
#ifndef EQUALHASH_H
|
||||
#define EQUALHASH_H
|
||||
|
||||
#include "htableh.inc"
|
||||
|
||||
|
|
4
flisp.h
4
flisp.h
|
@ -1,5 +1,5 @@
|
|||
#ifndef _FLISP_H_
|
||||
#define _FLISP_H_
|
||||
#ifndef FLISP_H
|
||||
#define FLISP_H
|
||||
|
||||
typedef uptrint_t value_t;
|
||||
typedef int_t fixnum_t;
|
||||
|
|
Loading…
Reference in New Issue