Explorar o código

* fixed compilation of ppudump

git-svn-id: branches/wasm@48367 -
nickysn %!s(int64=4) %!d(string=hai) anos
pai
achega
811b27ade5
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      compiler/utils/ppuutils/ppudump.pp

+ 2 - 1
compiler/utils/ppuutils/ppudump.pp

@@ -2996,7 +2996,8 @@ const
      (mask:po_is_auto_setter;  str: 'Automatically generated setter'),
      (mask:po_noinline;        str: 'Never inline'),
      (mask:po_variadic;        str: 'C VarArgs with array-of-const para'),
-     (mask:po_objc_related_result_type; str: 'Objective-C related result type')
+     (mask:po_objc_related_result_type; str: 'Objective-C related result type'),
+     (mask:po_discardresult;   str: 'Discard result')
   );
 var
   proctypeoption  : tproctypeoption;