lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev dev.24 dangling comma patch


From: pg
Subject: lynx-dev dev.24 dangling comma patch
Date: Fri, 23 Apr 1999 20:04:38 -0600 (MDT)

I guess I'm about the only person with a compiler so compulsively ANSI
that it worries about dangling commas in enums.  Well, maybe PW
also collided with the last one with his classic IRIX compiler.

The last one was badly entangled with "#if"s; this time it's easy
enough just to delete one comma.

* LYUtils.h dangling comma in enum removed.  -- PG
%%% Created Fri Apr 23 19:54:16 MDT 1999 by target lynx.patch. %%%
diff -bru orig/lynx2-8-2/src/LYUtils.h lynx2-8-2/src/LYUtils.h
--- orig/lynx2-8-2/src/LYUtils.h        Fri Apr 23 19:53:30 1999
+++ lynx2-8-2/src/LYUtils.h     Fri Apr 23 19:20:19 1999
@@ -190,7 +190,7 @@
     LYNXCOMPILE_OPTS_URL_TYPE,
     LYNXMESSAGES_URL_TYPE,
 
-    PROXY_URL_TYPE,
+    PROXY_URL_TYPE
 
 } UrlTypes;
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]