Skip to content
  • Ell's avatar
    gimp-mkenums: add @if@ conditional inclusion · 4b521435
    Ell authored
    Add an "@if (<cond>)@ <text> @endif@" conditional-inclusion
    construct to all productions, which expands to <text> if <cond> (a
    perl condition) is true, or to nothing otherwise.
    4b521435