main.cc
changeset 932 061824c45a5b
parent 924 9e824bb0c3d4
child 933 76324f461aed
equal deleted inserted replaced
931:c0c245197b5a 932:061824c45a5b
   121       /* Version 1.0 is Official Release                    */
   121       /* Version 1.0 is Official Release                    */
   122       /******************************************************/
   122       /******************************************************/
   123   printf(" -s : allow use of safe datatypes (SAFEBOOL, etc.)   (defined in PLCOpen Safety)\n");
   123   printf(" -s : allow use of safe datatypes (SAFEBOOL, etc.)   (defined in PLCOpen Safety)\n");
   124   printf(" -n : allow use of nested comments                   (an IEC 61131-3 v3 feature)\n");
   124   printf(" -n : allow use of nested comments                   (an IEC 61131-3 v3 feature)\n");
   125   printf(" -r : allow use of references (REF_TO, REF, NULL)    (an IEC 61131-3 v3 feature)\n");
   125   printf(" -r : allow use of references (REF_TO, REF, NULL)    (an IEC 61131-3 v3 feature)\n");
   126   printf(" -R : allow use of REF_TO ANY datatypes (implies -r) (a non-standard extension!)\n");
   126   printf(" -R : allow use of REF_TO ANY datatypes              (a non-standard extension!)\n");
       
   127   printf("        as well as REF_TO in ARRAYs and STRUCTs      (a non-standard extension!)\n");
   127   printf(" -c : create conversion functions for enumerated data types\n");
   128   printf(" -c : create conversion functions for enumerated data types\n");
   128   printf(" -O : options for output (code generation) stage. Available options for %s are...\n", cmd);
   129   printf(" -O : options for output (code generation) stage. Available options for %s are...\n", cmd);
   129   stage4_print_options();
   130   stage4_print_options();
   130   printf("\n");
   131   printf("\n");
   131   printf("%s - Copyright (C) 2003-2014 \n"
   132   printf("%s - Copyright (C) 2003-2014 \n"