]> git.saurik.com Git - bison.git/blobdiff - src/location.c
style: use %code for local function declarations in our parser
[bison.git] / src / location.c
index dd4bd04372d9c9a4628aee956baabf8422753ee1..662b2a12a07bde5c07b0fabbd698a1661d3ad0f7 100644 (file)
@@ -219,7 +219,7 @@ void
 boundary_set_from_string (boundary *bound, char *loc_str)
 {
   /* Must search in reverse since the file name field may
-   * contain `.' or `:'.  */
+   * contain '.' or ':'.  */
   char *delim = strrchr (loc_str, '.');
   aver (delim);
   *delim = '\0';