Show
Ignore:
Timestamp:
03/09/10 22:37:23 (21 months ago)
Author:
westram
Message:
  • refactored attribute parsing in mkptps
    • added unit test for attribute parsing
  • now multiple attributes are promoted to header (even if they are on multiple lines, like in this example)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/refactor/ARBDB/adstring.cxx

    r6746 r6753  
    7373 
    7474GB_ERROR GB_export_errorf(const char *templat, ...) { 
    75     // goes to header: __ATTR__FORMAT(1) __ATTR__DEPRECATED 
     75    /* goes to header: 
     76     * __ATTR__FORMAT(1) 
     77     * __ATTR__DEPRECATED 
     78     *          because it's misused (where GBS_global_string should be used) 
     79     *          old functionality will remain available via 'GB_export_error(GBS_global_string(...))'  
     80     */ 
    7681 
    7782    char     buffer[GBS_GLOBAL_STRING_SIZE];