Macros newcflpx and oldcflpx added.
authorbal <none@none>
Mon, 11 Feb 1985 09:52:11 +0000 (09:52 +0000)
committerbal <none@none>
Mon, 11 Feb 1985 09:52:11 +0000 (09:52 +0000)
util/ego/cf/cf.h

index ca250c0..2a14b0f 100644 (file)
@@ -11,3 +11,6 @@
 #define LP_BLOCKS      lp_extend->lpx_cf.lpx_blocks
 #define LP_COUNT       lp_extend->lpx_cf.lpx_count
 #define LP_MESSY       lp_extend->lpx_cf.lpx_messy
+
+#define newcflpx()     (lpext_p) newstruct(lpext_cf)
+#define oldcflpx(x)    oldstruct(lpext_cf,x)