X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fccanlint.h;h=0c73716a714cfeafe80b0337490802dd610d73cc;hp=33db1257eb126bbf9f59299175af05f13c5edaf6;hb=1313203b72656e8480805c7688c187d274fdceeb;hpb=104125b2dd0a044fb3d68f9bc3b1b18c9f32ae2b diff --git a/tools/ccanlint/ccanlint.h b/tools/ccanlint/ccanlint.h index 33db1257..0c73716a 100644 --- a/tools/ccanlint/ccanlint.h +++ b/tools/ccanlint/ccanlint.h @@ -222,7 +222,7 @@ extern bool safe_mode; extern const char *ccan_dir; /* Compiler and CFLAGS, from config.h if available. */ -extern const char *compiler, *cflags; +extern char *compiler, *cflags; /* Contents of config.h (or NULL if not found) */ extern const char *config_header;