Mercurial > emacs
diff src/buffer.h @ 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 | 19c4543f1154 |
| children | f55f9811f5d7 |
line wrap: on
line diff
--- a/src/buffer.h Tue Jun 26 12:02:59 2007 +0000 +++ b/src/buffer.h Fri Jun 29 03:37:33 2007 +0000 @@ -919,7 +919,7 @@ We assume you know which buffer it's pointing into. */ #define OVERLAY_POSITION(P) \ - (GC_MARKERP (P) ? marker_position (P) : (abort (), 0)) + (MARKERP (P) ? marker_position (P) : (abort (), 0)) /***********************************************************************
