diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-07-07 23:19:35 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-07-07 23:19:41 +0200 |
| commit | 66b73c8e76a6a6d15d7061e47d79eda5c5f38f64 (patch) | |
| tree | 351222eea8613b1d2c3ad5cb20d9c558e3db7c42 /fluid/Project.cxx | |
| parent | 5c33d3051f06b3d0aa3514127d2cc8ee1c122874 (diff) | |
#1276: New code to generate include guard
- generating macro identifier with unicode encoding
if the filename has international character
- optional user defined include guard
Diffstat (limited to 'fluid/Project.cxx')
| -rw-r--r-- | fluid/Project.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/Project.cxx b/fluid/Project.cxx index 46432f709..2c7dca6e5 100644 --- a/fluid/Project.cxx +++ b/fluid/Project.cxx @@ -54,6 +54,7 @@ void Project::reset() { code_file_set = 0; header_file_name = ".h"; code_file_name = ".cxx"; + include_guard = ""; write_mergeback_data = 0; } |
