Remove the description for already removed flag "uPREDEF"

This commit is contained in:
Stanislav Gromov 2021-01-05 13:36:16 +07:00
parent deec15fcc9
commit 712b6a7886

View File

@ -203,7 +203,6 @@ typedef struct s_symbol {
* bits: 0 (uDEFINE) the symbol is defined in the source file
* 1 (uREAD) the constant is "read" (accessed) in the source file
* 2 (uWRITTEN) redundant, but may be set for constants passed by reference
* 3 (uPREDEF) the constant is pre-defined and should be kept between passes
* 5 (uENUMROOT) the constant is the "root" of an enumeration
* 6 (uENUMFIELD) the constant is a field in a named enumeration
*/