summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-10-13 14:50:42 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-10-13 14:50:42 +0000
commitb8d3c5dbe700bcf673400eeed81122fc068142b4 (patch)
tree02a7c1cae6c6486ca2c7f6eaf15724e4ed169595 /sv.h
parent75423b5f6d91abef8e19b455d17f528607861a8b (diff)
downloadperl-b8d3c5dbe700bcf673400eeed81122fc068142b4.tar.gz
In Amdahl UTS "struct sv" is defined by a system header,
<ksync.h>. p4raw-id: //depot/perl@7217
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index fa73a868b3..425acc3832 100644
--- a/sv.h
+++ b/sv.h
@@ -61,7 +61,7 @@ typedef enum {
/* Using C's structural equivalence to help emulate C++ inheritance here... */
-struct sv {
+struct STRUCT_SV {
void* sv_any; /* pointer to something */
U32 sv_refcnt; /* how many references to us */
U32 sv_flags; /* what we are */