Changeset 63451 in vbox for trunk/src/VBox/Runtime/common/asn1
- Timestamp:
- Aug 15, 2016 12:39:40 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110098
- Location:
- trunk/src/VBox/Runtime/common/asn1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asn1/asn1-cursor.cpp ¶
r62584 r63451 56 56 # define RTASN1_MAX_NESTING 32 57 57 #endif 58 59 60 /*********************************************************************************************************************************61 * Global Variables *62 *********************************************************************************************************************************/63 static char const g_achDigits[11] = "0123456789";64 58 65 59 -
trunk/src/VBox/Runtime/common/asn1/asn1-ut-string.cpp ¶
r62564 r63451 207 207 208 208 209 #if 0 /* unused */ 209 210 /** GL mappings for ISO-IR-87 (Japanese), with space and delete. */ 210 211 static const RTISO2022MAP g_IsoIr87Map = … … 217 218 { 0x24, 0x2b, 0x42, 0xff, 0xff, 0xff } /* Esc into G3 */, 218 219 }; 220 #endif 219 221 220 222
Note:
See TracChangeset
for help on using the changeset viewer.