diff src/fileio.c @ 90970:3371fc48749b

Replace uses of GC_* macros with the non-GC_ versions.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 29 Jun 2007 03:37:33 +0000
parents e9f94688a064
children 988f1edc9674
line wrap: on
line diff
--- a/src/fileio.c	Tue Jun 26 12:02:59 2007 +0000
+++ b/src/fileio.c	Fri Jun 29 03:37:33 2007 +0000
@@ -5843,7 +5843,7 @@
      couldn't handle some ange-ftp'd file.  */
 
   for (do_handled_files = 0; do_handled_files < 2; do_handled_files++)
-    for (tail = Vbuffer_alist; GC_CONSP (tail); tail = XCDR (tail))
+    for (tail = Vbuffer_alist; CONSP (tail); tail = XCDR (tail))
       {
 	buf = XCDR (XCAR (tail));
 	b = XBUFFER (buf);