aboutsummaryrefslogtreecommitdiff
path: root/lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'lex.l')
-rw-r--r--lex.l12
1 files changed, 4 insertions, 8 deletions
diff --git a/lex.l b/lex.l
index ba48a9c..c71d4b9 100644
--- a/lex.l
+++ b/lex.l
@@ -98,4 +98,3 @@ unescape_char (int c)
98 98
99 for (p = escape_transtab; *p; p += 2) 99 for (p = escape_transtab; *p; p += 2) {
100 {
101 if (*p == c) 100 if (*p == c)
@@ -152,4 +151,3 @@ openaliases_prefix (char *prefix, char *name)
152 151
153 if (!S_ISDIR (st.st_mode)) 152 if (!S_ISDIR(st.st_mode)) {
154 {
155 char *p = strrchr(prefix, '/'); 153 char *p = strrchr(prefix, '/');
@@ -185,4 +183,3 @@ read_include (SLIST **plist, char *name)
185 183
186 if (!fp) 184 if (!fp) {
187 {
188 error_at_line(0, 0, file_name, line_num, 185 error_at_line(0, 0, file_name, line_num,
@@ -194,4 +191,3 @@ read_include (SLIST **plist, char *name)
194 191
195 while (p = fgets (buffer, sizeof buffer, fp)) 192 while (p = fgets(buffer, sizeof buffer, fp)) {
196 {
197 char *q; 193 char *q;

Return to:

Send suggestions and report system problems to the System administrator.