- neues #define: REGISTER

This commit is contained in:
Alexander Barton 2002-06-26 15:43:38 +00:00
parent 8907c8dd3d
commit cf9629b9c7
1 changed files with 2 additions and 1 deletions

View File

@ -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 */