Raymond Toy pushed to branch issue-444-b-stat-with-64-bit-time at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/lisp/os-common.c
    ... ... @@ -7,7 +7,7 @@
    7 7
     
    
    8 8
     #ifdef __linux__
    
    9 9
     /* Want 64-bit time_t values for stat and friends */
    
    10
    -#define _TIME_BITS=64
    
    10
    +#define _TIME_BITS	64
    
    11 11
     #endif
    
    12 12
     
    
    13 13
     #include <assert.h>