Skip to content
  1. Mar 13, 2013
    • Tom Grace's avatar
      tool_main.c: fix VMS global variable storage-class specifier · 17c088fb
      Tom Grace authored
      An extern submits a psect and a global reference to the linker to point
      to it. Using "extern int vms_show = 0" also creates a globaldef.
      
      The use of the extern by itself does declare a psect but does not declare
      a globalsymbol. It does declare a globalref. But the linker needs one and
      only one globaldef or there is an error.
      17c088fb
  2. Mar 12, 2013
  3. Mar 11, 2013
  4. Mar 10, 2013
  5. Mar 09, 2013