summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/portab/portab.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/portab/portab.h b/src/portab/portab.h
index 53345bb7..63f0cacc 100644
--- a/src/portab/portab.h
+++ b/src/portab/portab.h
@@ -9,7 +9,7 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: portab.h,v 1.6 2002/05/27 13:01:58 alex Exp $
+ * $Id: portab.h,v 1.7 2002/06/26 15:43:38 alex Exp $
  *
  * portab.h: "Portabilitaets-Definitionen"
  */
@@ -40,6 +40,7 @@
 #define STATIC static
 #define LOCAL static
 #define CONST const
+#define REGISTER register
 
 
 /* Datatentypen */