diff options
Diffstat (limited to 'src/u_endian.h')
| -rw-r--r-- | src/u_endian.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/u_endian.h b/src/u_endian.h index bf4b008..49bbcc2 100644 --- a/src/u_endian.h +++ b/src/u_endian.h @@ -1,5 +1,4 @@ -#ifndef ENDIAN_H_ -#define ENDIAN_H_ +#pragma once #include "antcc.h" extern bool targ_bigendian; @@ -184,6 +183,4 @@ wrf64targ(uchar *p, double x) wr64targ(p, u.i); } -#endif /* ENDIAN_H_ */ - /* vim:set ts=3 sw=3 expandtab: */ |