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