Show
Ignore:
Timestamp:
09/09/10 19:58:32 (21 months ago)
Author:
westram
Message:
  • merged r6753, r6788 + r6789 from refactor:
    • multiple attributes get promoted to headers
    • make depends scans __cplusplus sections
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ARBDB/adstring.cxx

    r6741 r6812  
    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];