X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=string.h;h=bd82fd58b3bda14d73dadb68fd079dbb9f57b1ba;hp=9fb42b263363b6f2584a7807ad4e7bf1b0f0fc64;hb=adbf9f09c9bf2a680c61b1ef3541c04f1cde97cf;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623 diff --git a/string.h b/string.h index 9fb42b26..bd82fd58 100644 --- a/string.h +++ b/string.h @@ -24,9 +24,9 @@ */ struct para_macro { /** the name of the macro */ - char *name; + const char *name; /** the replacement text */ - char *replacement; + const char *replacement; }; __must_check __malloc void *para_realloc(void *p, size_t size); __must_check __malloc void *para_malloc(size_t size);