Changeset 06adc25 for owl.h


Ignore:
Timestamp:
Aug 21, 2010, 3:19:22 PM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
691d012
Parents:
86f740e
git-author:
David Benjamin <davidben@mit.edu> (08/07/10 19:16:55)
git-committer:
David Benjamin <davidben@mit.edu> (08/21/10 15:19:22)
Message:
Sanitize our include guards somewhat

Avoid double underscores to avoid clashing with reserved symbols. Also
adding BARNOWL to guard names. While I'm at it, owl_prototypes.h could
use guards.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    rd40ad8b r06adc25  
    77 */
    88
    9 #ifndef INC_OWL_H
    10 #define INC_OWL_H
     9#ifndef INC_BARNOWL_OWL_H
     10#define INC_BARNOWL_OWL_H
    1111
    1212#ifdef HAVE_STDBOOL_H
     
    648648#endif
    649649
    650 #endif /* INC_OWL_H */
     650#endif /* INC_BARNOWL_OWL_H */
Note: See TracChangeset for help on using the changeset viewer.