diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-13 14:50:42 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-13 14:50:42 +0000 |
commit | b8d3c5dbe700bcf673400eeed81122fc068142b4 (patch) | |
tree | 02a7c1cae6c6486ca2c7f6eaf15724e4ed169595 /sv.h | |
parent | 75423b5f6d91abef8e19b455d17f528607861a8b (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |