]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Minor fixes for the JavaScript support.
authorDaiki Ueno <ueno@gnu.org>
Thu, 18 Apr 2013 10:49:09 +0000 (19:49 +0900)
committerDaiki Ueno <ueno@gnu.org>
Fri, 19 Apr 2013 01:57:01 +0000 (10:57 +0900)
gettext-tools/src/x-javascript.c
gettext-tools/tests/format-javascript-1 [changed mode: 0644->0755]
gettext-tools/tests/format-javascript-2 [changed mode: 0644->0755]

index 312f3f632d3a670c7ce4b9e5c30c55f5edc201da..095a3840491d36f73118685e2512572ca3c4738f 100644 (file)
@@ -1401,9 +1401,7 @@ phase5_unget (token_ty *tp)
 }
 
 
-/* Combine adjacent strings to form a single string.  Note that the end
-   of a logical line appears as a token of its own, therefore strings that
-   belong to different logical lines will not be concatenated.  */
+/* String concatenation with '+'.  */
 
 static void
 x_javascript_lex (token_ty *tp)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)