[SVN] Revision 1329 (C)

Chris Thomas chris at cjack.com
Wed Jul 13 05:46:11 UTC 2005


• header multiple-inclusion guard snippet:

#ifndef _thing_H_
#define _thing_H_
...
#endif /*_thing_H_*/

(One imagines Dennis Ritchie in 1974: what, you mean people might have multiple include files for one executable? that's crazy talk.)

Changed:
A   trunk/Bundles/C.tmbundle/Snippets/Include header once only guard.plist
U   trunk/Bundles/C.tmbundle/info.plist



More information about the textmate-dev mailing list