Mercurial > hg > octave-nkf
comparison src/unwind-prot.h @ 3145:0d640dc625c7
[project @ 1998-02-05 08:44:59 by jwe]
author | jwe |
---|---|
date | Thu, 05 Feb 1998 08:45:07 +0000 |
parents | aa9d0c0e0458 |
children | b80bbb43a1a9 |
comparison
equal
deleted
inserted
replaced
3144:fb9924282a3e | 3145:0d640dc625c7 |
---|---|
124 | 124 |
125 #define unwind_protect_str(s) \ | 125 #define unwind_protect_str(s) \ |
126 unwind_protect::save_str (&(s), (s)) | 126 unwind_protect::save_str (&(s), (s)) |
127 | 127 |
128 #define unwind_protect_ptr(p) \ | 128 #define unwind_protect_ptr(p) \ |
129 unwind_protect::save_ptr (static_cast<void **> (&(p)), \ | 129 unwind_protect::save_ptr (X_CAST (void **, &(p)), X_CAST (void *, (p))) |
130 static_cast<void *> (p)) | |
131 | 130 |
132 #endif | 131 #endif |
133 | 132 |
134 /* | 133 /* |
135 ;;; Local Variables: *** | 134 ;;; Local Variables: *** |