diff options
Diffstat (limited to 'src/c_type.h')
| -rw-r--r-- | src/c_type.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/c_type.h b/src/c_type.h index df04740..8171366 100644 --- a/src/c_type.h +++ b/src/c_type.h @@ -1,5 +1,5 @@ -#ifndef TYPE_H_ -#define TYPE_H_ +#pragma once + #include "antcc.h" enum qualifier { @@ -173,6 +173,4 @@ extern uchar targ_primalign[]; extern enum typetag targ_sizetype, targ_ptrdifftype, targ_wchartype; extern bool targ_charsigned, targ_bigendian, targ_64bit; -#endif - /* vim:set ts=3 sw=3 expandtab: */ |