Changes in src/InitTweak/FixGlobalInit.h [6b0b624:03e5d14]
- File:
-
- 1 edited
-
src/InitTweak/FixGlobalInit.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/FixGlobalInit.h
r6b0b624 r03e5d14 9 9 // Author : Rob Schluntz 10 10 // Created On : Mon May 04 15:14:56 2016 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Sat Jul 22 09:30:54 201713 // Update Count : 311 // Last Modified By : Rob Schluntz 12 // Last Modified On : Fri May 06 15:29:13 2016 13 // Update Count : 2 14 14 // 15 15 16 #pragma once 16 #ifndef FIX_GLOBAL_INIT_H 17 #define FIX_GLOBAL_INIT_H 17 18 18 19 #include <string> … … 30 31 /// Apply transformations to a file name to get a valid C identifier which will be used as 31 32 /// the name of the generated initializer function. 32 std::string globalFunctionName( const std::string & name );33 std::string initName( const std::string & name ); 33 34 } // namespace 35 36 #endif // GENPOLY_POLYMUTATOR_H 34 37 35 38 // Local Variables: //
Note:
See TracChangeset
for help on using the changeset viewer.