Changeset 34 for shared/shfuncs.c


Ignore:
Timestamp:
Aug 2, 2016, 12:43:24 AM (9 years ago)
Author:
stevenhl
Message:

Avoid duplicate definitions and warnings for PSZ_ZERO and PSZ_ONE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • shared/shfuncs.c

    r32 r34  
    1414
    1515#include "shfuncs.h"
     16
     17const char *PSZ_ZERO = "0";
     18const char *PSZ_ONE = "1";
    1619
    1720/* ------------------------------------------------------------------------- *
Note: See TracChangeset for help on using the changeset viewer.