]> git.ipfire.org Git - thirdparty/git.git/blobdiff - environment.h
Merge branch 'jk/core-comment-string'
[thirdparty/git.git] / environment.h
index 5cec19cecc1a5a2c057f807f3b96dd2b29f0b355..05fd94d7be87492f9f500e5848ffe607cf3b6fda 100644 (file)
@@ -8,7 +8,7 @@ struct strvec;
  * The character that begins a commented line in user-editable file
  * that is subject to stripspace.
  */
-extern char comment_line_char;
+extern const char *comment_line_str;
 extern int auto_comment_line_char;
 
 /*