Changeset 06adc25 for owl_perl.h


Ignore:
Timestamp:
Aug 21, 2010, 3:19:22 PM (15 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_perl.h

    rbafbba1 r06adc25  
    1 #ifndef INC_OWL_PERL_H
    2 #define INC_OWL_PERL_H
     1#ifndef INC_BARNOWL_OWL_PERL_H
     2#define INC_BARNOWL_OWL_PERL_H
    33
    44#define OWL_PERL_VOID_CALL (void)POPs;
     
    5353}
    5454
    55 #endif /* INC_PERL_PERL_H */
     55#endif /* INC_BARNOWL_OWL_PERL_H */
Note: See TracChangeset for help on using the changeset viewer.