diff options
author | Akim Demaille <akim@lrde.epita.fr> | 2013-02-16 14:07:25 +0100 |
---|---|---|
committer | Akim Demaille <akim@lrde.epita.fr> | 2013-02-18 10:01:28 +0100 |
commit | 45eebca42dbcc60074000828ec8422ef99d979f6 (patch) | |
tree | 34a0df69364ca868297c3e93102d7cc99f9cf26e /src/muscle-tab.h | |
parent | d49751602c47c91834f96b80aa4674b7a7925262 (diff) | |
download | bison-45eebca42dbcc60074000828ec8422ef99d979f6.tar.gz |
style: no longer use backquotes
* README, REFERENCES, TODO, configure.ac, data/README, data/bison.m4,
* data/c++.m4, data/c.m4, data/java.m4, data/lalr1.cc,
* data/lalr1.java, data/yacc.c, doc/local.mk, etc/bench.pl.in,
* src/conflicts.c, src/files.c, src/getargs.c, src/gram.h, src/lalr.c,
* src/location.c, src/location.h, src/muscle-tab.c, src/muscle-tab.h,
* src/output.c, src/parse-gram.c, src/parse-gram.y, src/print-xml.c,
* src/print.c, src/reader.c, src/reduce.c, src/scan-skel.l,
* src/symtab.h, src/system.h, src/tables.c:
Use single quotes, as currently recommended by the GNU Coding Standards.
Diffstat (limited to 'src/muscle-tab.h')
-rw-r--r-- | src/muscle-tab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/muscle-tab.h b/src/muscle-tab.h index 66975624..deeb076f 100644 --- a/src/muscle-tab.h +++ b/src/muscle-tab.h @@ -92,7 +92,7 @@ void muscle_pair_list_grow (const char *muscle, /* Grow KEY for the occurrence of the name USER_NAME at LOC appropriately for use with b4_check_user_names in ../data/bison.m4. USER_NAME is not escaped - with digraphs, so it must not contain `[' or `]'. */ + with digraphs, so it must not contain '[' or ']'. */ void muscle_user_name_list_grow (char const *key, char const *user_name, location loc); |