Ignore:
Timestamp:
Sep 30, 2007, 8:41:44 PM (18 years ago)
Author:
cinc
Message:

Added comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/idl-compiler/parser_c/lineinfo_parser.c

    r271 r306  
    3232*
    3333* ***** END LICENSE BLOCK ***** */
     34
     35/*
     36  Parse the line information included by the gcc preprocessor. We use that
     37  to know the current source file and to calculate a correction value for
     38  the line numbers so that error messages show the correct source file line.
     39 */
     40
    3441#include <os2.h>
    3542#include <stdio.h>
Note: See TracChangeset for help on using the changeset viewer.