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/ad_prot.h

    r6714 r6753  
    139139void GB_raise_critical_error(const char *msg); 
    140140GB_ERROR GB_export_error(const char *error); 
    141 GB_ERROR GB_export_errorf(const char *templat, ...) __ATTR__FORMAT(1); 
     141GB_ERROR GB_export_errorf(const char *templat, ...) __ATTR__FORMAT(1) __ATTR__DEPRECATED; 
    142142GB_ERROR GB_IO_error(const char *action, const char *filename); 
    143143GB_ERROR GB_export_IO_error(const char *action, const char *filename) __ATTR__DEPRECATED;