Mercurial > hg > octave-lyh
comparison src/unwind-prot.cc @ 5760:8d7162924bd3
[project @ 2006-04-14 04:01:37 by jwe]
author | jwe |
---|---|
date | Fri, 14 Apr 2006 04:01:40 +0000 |
parents | 4c8a2e4e0717 |
children | ace8d8d26933 |
comparison
equal
deleted
inserted
replaced
5759:ce79d238f142 | 5760:8d7162924bd3 |
---|---|
77 | 77 |
78 union | 78 union |
79 { | 79 { |
80 bool bool_value; | 80 bool bool_value; |
81 int int_value; | 81 int int_value; |
82 const std::string *str_value; | 82 std::string *str_value; |
83 void *gen_ptr_value; | 83 void *gen_ptr_value; |
84 }; | 84 }; |
85 | 85 |
86 var_type type_tag; | 86 var_type type_tag; |
87 | 87 |