Changeset 18117 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Mar 20, 2009 1:33:58 PM (16 years ago)
- Location:
- trunk/src/VBox/Runtime/common/err
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/err/errmsg.sed
r8256 r18117 4 4 # 5 5 6 # Copyright (C) 2006-200 7Sun Microsystems, Inc.6 # Copyright (C) 2006-2009 Sun Microsystems, Inc. 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as … … 47 47 # Convert the defines 48 48 :defines 49 s/^[[:space:]]*#[[:space:]]*define[[:space:]]*\([ a-zA-Z0-9_]*\)[[:space:]]*\(.*\)[[:space:]]*$/ "\1",\n \1 }, /49 s/^[[:space:]]*#[[:space:]]*define[[:space:]]*\([[:alnum:]_]*\)[[:space:]]*\(.*\)[[:space:]]*$/ "\1",\n \1 }, / 50 50 b end 51 51 -
trunk/src/VBox/Runtime/common/err/errmsgcom.sed
r8256 r18117 4 4 # 5 5 6 # Copyright (C) 2006-200 7Sun Microsystems, Inc.6 # Copyright (C) 2006-2009 Sun Microsystems, Inc. 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as … … 62 62 s/"/\\"/g 63 63 # output C array entry 64 s/\([ a-zA-Z0-9_]*\)[\t ]*\n\(.*\)[\t ]*$/{ "\2", "\1", \1 }, /64 s/\([[:alnum:]_]*\)[\t ]*\n\(.*\)[\t ]*$/{ "\2", "\1", \1 }, / 65 65 } 66 66 b end
Note:
See TracChangeset
for help on using the changeset viewer.