Changeset 1890 for trunk/dll/valid.c


Ignore:
Timestamp:
Jan 30, 2020, 7:39:42 AM (6 years ago)
Author:
Steven Levine
Message:

Add PMPRINTF enable support to makefiles.
Correct PMPRINTF debug macro enables in sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/valid.c

    r1877 r1890  
    696696      }
    697697    }
    698      else if (*argv[x] == '`' && isalpha(argv[x][1])) {
     698    else if (*argv[x] == '`' && isalpha(argv[x][1])) {
    699699
    700700      CHAR *p = &argv[x][1];
Note: See TracChangeset for help on using the changeset viewer.