projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
740ce14
)
turbidity in av.[ch]
author
Gurusamy Sarathy
<gsar@engin.umich.edu>
Sun, 10 Dec 1995 05:21:31 +0000
(
00:21
-0500)
committer
Andy Dougherty
<doughera@lafcol.lafayette.edu>
Sun, 10 Dec 1995 05:21:31 +0000
(
00:21
-0500)
Some unclean code that I noticed today.
av.h
patch
|
blob
|
history
diff --git
a/av.h
b/av.h
index 93dcc0cfdc9653f653ef267b909c3861170a4538..56b6e325d0cf64d3d22ab7771fd71f5e0fcf85e8 100644
(file)
--- a/
av.h
+++ b/
av.h
@@
-44,5
+44,5
@@
struct xpvav {
#define AvREUSED_on(av) (AvFLAGS(av) |= AVf_REUSED)
#define AvREUSED_off(av) (AvFLAGS(av) &= ~AVf_REUSED)
-#define AvREALISH(av)
AvFLAGS(av) /* REAL or REIFY -- shortcut */
+#define AvREALISH(av)
(AvFLAGS(av) & (AVf_REAL|AVf_REIFY))