VirtualBox

Changeset 47443 in vbox


Ignore:
Timestamp:
Jul 28, 2013 4:58:01 PM (11 years ago)
Author:
vboxsync
Message:

Use a loop for executing the N command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/err/errmsg.sed

    r35811 r47443  
    5050# Convert descriptive comments. /** desc */
    5151:description
    52 # arg! how to do N until end of comment?
    53 /\*\//!N
    54 /\*\//!N
    55 /\*\//!N
    56 /\*\//!N
    57 /\*\//!N
    58 /\*\//!N
    59 /\*\//!N
    60 /\*\//!N
    61 /\*\//!N
    62 /\*\//!N
    63 /\*\//!N
    64 /\*\//!N
    65 /\*\//!N
    66 /\*\//!N
    67 /\*\//!N
    68 /\*\//!N
    69 /\*\//!N
    70 /\*\//!N
    71 /\*\//!N
    72 /\*\//!N
    73 /\*\//!N
    74 /\*\//!N
    75 /\*\//!N
    76 /\*\//!N
    77 /\*\//!N
    78 /\*\//!N
     52
     53# Read all the lines belonging to the comment into the buffer.
     54:look-for-end-of-comment
     55/\*\//bend-of-comment
     56N
     57blook-for-end-of-comment
     58:end-of-comment
     59
    7960# anything with @{ and @} is skipped
    8061/@[\{\}]/d
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette