diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-09-28 21:30:43 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-09-28 21:30:43 -0700 |
| commit | 1a8095c6d774e3448f6afa1aeec2bc79c5bb545e (patch) | |
| tree | 31e6a146c9384321dd949f4e51b6e315a08f087a /utils.h | |
| parent | 90b8db84a48ca9ea1311abd202a546a4f697f4e6 (diff) | |
Starting to add better error messages
Diffstat (limited to 'utils.h')
| -rw-r--r-- | utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ #define debug(...) do { if (verbose) fprintf(stderr, __VA_ARGS__); } while(0) __attribute__((nonnull)) -char unescapechar(const char *escaped, const char **end); +unsigned char unescapechar(const char *escaped, const char **end); __attribute__((pure, nonnull, returns_nonnull)) const char *after_name(const char *str); __attribute__((pure, nonnull, returns_nonnull)) |
