X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2Fdigits.c;h=ad41e5d906bdd00a8df28aa3fec1dde30f8a4b0a;hp=940e962bd943f55e2d9469339621af72bbeba0e3;hb=9f87d9e27e74d9e06e0c93114ffd70a45ee152fa;hpb=912688cd6675234e7dd744cd6971a0d7c1591910 diff --git a/functions/_PDCLIB/digits.c b/functions/_PDCLIB/digits.c index 940e962..ad41e5d 100644 --- a/functions/_PDCLIB/digits.c +++ b/functions/_PDCLIB/digits.c @@ -6,10 +6,7 @@ Permission is granted to use, modify, and / or redistribute at will. */ -#ifndef _PDCLIB_INT_H -#define _PDCLIB_INT_H _PDCLIB_INT_H #include <_PDCLIB_int.h> -#endif char _PDCLIB_digits[] = "0123456789abcdefghijklmnopqrstuvwxyz";