diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/slang.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/slang.h b/include/slang.h index ba247aadd..0ee9496ef 100644 --- a/include/slang.h +++ b/include/slang.h @@ -963,9 +963,9 @@ typedef uint32_t SlangSizeT; PreprocessorOutput, OutputIncludes, ReproFileSystem, - SerialIr, // bool - SkipCodeGen, // bool - ValidateIr, // bool + REMOVED_SerialIR, // deprecated and removed + SkipCodeGen, // bool + ValidateIr, // bool VerbosePaths, VerifyDebugSerialIr, NoCodeGen, // Not used. |
