diff options
Diffstat (limited to 'utils/hp2ps/Defines.h')
-rw-r--r-- | utils/hp2ps/Defines.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/utils/hp2ps/Defines.h b/utils/hp2ps/Defines.h index ae620f4183..8b4dd3b06c 100644 --- a/utils/hp2ps/Defines.h +++ b/utils/hp2ps/Defines.h @@ -1,5 +1,4 @@ -#ifndef DEFINES_H -#define DEFINES_H +#pragma once /* * Things that can be altered. @@ -57,5 +56,3 @@ extern int _twenty_; #define VERSION "0.25" /* as of 95/03/21 */ #define max(x,y) ((x) > (y) ? (x) : (y)) /* not everyone has this */ - -#endif /* DEFINES_H */ |