Changeset 180:6b45e3766049

Show
Ignore:
Timestamp:
03/02/08 12:14:28 (6 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

Add: DWT.error with file+line, at the moment dummy only

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/DWT.d

    r158 r180  
    35113511 * @param code the DWT error code 
    35123512 */ 
     3513public static void error (char[] file, long line, int code) { 
     3514    error (code, null); 
     3515} 
    35133516public static void error (int code) { 
    35143517    error (code, null);