X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2Frclex.c;h=d6a0f91c7d16cd9ae0312687dd0c9532529954f1;hb=b37a7714400cdc264ed236f72668b8956477b2ed;hp=945ab8b26bf6925d6c26c7e036cf57d1355eb5e5;hpb=3aade68889268c7d15e121d6d63cb1b753ec12fa;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/rclex.c b/binutils/rclex.c index 945ab8b26b..d6a0f91c7d 100644 --- a/binutils/rclex.c +++ b/binutils/rclex.c @@ -1,6 +1,6 @@ /* rclex.c -- lexer for Windows rc files parser */ -/* Copyright (C) 1997-2015 Free Software Foundation, Inc. +/* Copyright (C) 1997-2020 Free Software Foundation, Inc. Written by Kai Tietz, Onevision. @@ -40,7 +40,7 @@ static int rcdata_mode; -/* Whether we are supressing lines from cpp (including windows.h or +/* Whether we are suppressing lines from cpp (including windows.h or headers from your C sources may bring in externs and typedefs). When active, we return IGNORED_TOKEN, which lets us ignore these outside of resource constructs. Thus, it isn't required to protect