1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Slight Clean-up.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89317 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Victor J. Orlikowski
2001-06-09 08:05:53 +00:00
parent c2eed71a52
commit f8a4cac862

View File

@@ -20,7 +20,7 @@
/^#[ \t]*endif/ {
if (count > 0) {
count--
line = line "#endif " macro "\n"
line = line "#endif /* " macro " */\n"
macro = macro_stack[--macro_no]
}
if (count == 0) {