diff options
| author | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-06-03 09:25:38 +0000 |
|---|---|---|
| committer | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-06-03 09:25:38 +0000 |
| commit | 0118e0b185413fbf8794fe89798c61b0a6f9a893 (patch) | |
| tree | 291a381922a542b312ab5e17b4890287514c4974 /include | |
| parent | a3a787412be30089c8f02a52237f933dab383e87 (diff) | |
# BUILD : 1.7.14 (1040) # BUGS : 509 511 # NOTES : Fixed compiler warnigs, thx to trystan. again.
git-svn-id: svn://svn.anope.org/anope/trunk@1040 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@764 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
| -rw-r--r-- | include/services.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/services.h b/include/services.h index 5714fbe69..3d7d8b140 100644 --- a/include/services.h +++ b/include/services.h @@ -27,12 +27,6 @@ * prototype of strsignal(). */ #define _GNU_SOURCE -/* Some AIX boxes define int16 and int32 on their own. Blarph. */ -#if INTTYPE_WORKAROUND -# define int16 builtin_int16 -# define int32 builtin_int32 -#endif - /* Some SUN fixs */ #ifdef __sun /* Solaris specific code, types that do not exist in Solaris' |
