1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2025-01-10 19:23:41 +01:00

This avoids a C++ syntax error with a (non-gcc?) compiler.

Signed-off-by: Lassi Tuura <lat@cern.ch>
This commit is contained in:
Arun Sharma 2009-08-27 17:01:17 -07:00
parent 4b8404d153
commit 35e6a1a108

View file

@ -75,7 +75,7 @@ typedef enum
{
UNW_INFO_FORMAT_DYNAMIC, /* unw_dyn_proc_info_t */
UNW_INFO_FORMAT_TABLE, /* unw_dyn_table_t */
UNW_INFO_FORMAT_REMOTE_TABLE, /* unw_dyn_remote_table_t */
UNW_INFO_FORMAT_REMOTE_TABLE /* unw_dyn_remote_table_t */
}
unw_dyn_info_format_t;