diff VMS.h @ 263:094ad1bdeaec

more changes to work with -std=gnu99
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Mon, 29 Oct 2012 17:02:43 +0100
parents f5b110414453
children 68212347d1d8
line diff
     1.1 --- a/VMS.h	Wed Oct 24 00:00:22 2012 -0700
     1.2 +++ b/VMS.h	Mon Oct 29 17:02:43 2012 +0100
     1.3 @@ -8,7 +8,10 @@
     1.4  
     1.5  #ifndef _VMS_H
     1.6  #define	_VMS_H
     1.7 +
     1.8 +#ifndef _GNU_SOURCE
     1.9  #define _GNU_SOURCE
    1.10 +#endif
    1.11  
    1.12  #include "DynArray/DynArray.h"
    1.13  #include "Hash_impl/PrivateHash.h"