Show
Ignore:
Timestamp:
04/15/08 23:35:08 (7 months ago)
Author:
karpet
Message:

clarify parser warnings env var

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libswish3/trunk/src/swish_lint.c

    r2129 r2131  
    6262) 
    6363{ 
    64     printf("libxml2 version: %s\n", LIBXML_DOTTED_VERSION); 
     64    printf("  libxml2 version:\t%s\n", LIBXML_DOTTED_VERSION); 
    6565} 
    6666 
     
    6969) 
    7070{ 
    71     printf("libswish3 version %s\n", SWISH_LIB_VERSION); 
    72     printf("swish version %s\n", SWISH_VERSION); 
     71    printf("libswish3 version:\t%s\n", SWISH_LIB_VERSION); 
     72    printf("    swish version:\t%s\n", SWISH_VERSION); 
    7373} 
    7474 
     
    9191    printf("\tSWISH_DEBUG_MEMORY      32\n"); 
    9292    printf("\tSWISH_DEBUG_NAMEDBUFFER 64\n"); 
     93    printf("Set SWISH_PARSER_WARNINGS=1 to see libxml2 errors and warnings\n"); 
    9394    printf("stdin headers:\n"); 
    9495    printf("\tContent-Length\n");