diff options
Diffstat (limited to 'src/version.h')
-rw-r--r-- | src/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/version.h b/src/version.h index 553b613..fb0d2d6 100644 --- a/src/version.h +++ b/src/version.h @@ -57,9 +57,9 @@ in this Software without prior written authorization from The Open Group. * **********************************************************************/ -#ifndef _VERSION_ -#define _VERSION_ +#ifndef VERSION_H +#define VERSION_H extern const char *Version; -#endif /* _VERSION_ */ +#endif /* VERSION_H */ |