Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/lisp/elf.h
    ... ... @@ -9,7 +9,7 @@
    9 9
      * interface to both elf and mach-o support.  I (rtoy) was too lazy to
    
    10 10
      * change the name to something more descriptive.
    
    11 11
      */
    
    12
    -#if !defined(_ELF_H_INCLUDED_)
    
    12
    +#if !defined(ELF_H_INCLUDED)
    
    13 13
     
    
    14 14
     #define ELF_H_INCLUDED
    
    15 15