X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fstr.h;h=259fd21b45814a4648e16828e9203fb90aaf55c5;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=e70a645428e6928fdf1bb98c140e912db96f2f07;hpb=7eee0554f378481faf447e2d2e940f389d6b05ec;p=pspp-builds.git diff --git a/src/libpspp/str.h b/src/libpspp/str.h index e70a6454..259fd21b 100644 --- a/src/libpspp/str.h +++ b/src/libpspp/str.h @@ -60,7 +60,7 @@ void *mempset (void *, int, size_t); #define CC_ALNUM CC_LETTERS CC_DIGITS /* Substrings. */ -struct substring +struct substring { char *string; size_t length;