Fix apparent copy-and-paste-o.

Get rid of %debug - Mac OS X bison doesn't have it.  sigh.

llvm-svn: 10352
This commit is contained in:
Brian Gaeke 2003-12-10 04:33:07 +00:00
parent 0f148bcbc0
commit 09db53be57
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
//===-- llvmAsmParser.y - Parser for llvm assembly files --------*- C++ -*-===// //===-- StackerParser.y - Parser for Stacker programs -----------*- C++ -*-===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
@ -7,12 +7,10 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// This file implements the bison parser for LLVM assembly languages files. // This file implements the bison parser for Stacker programs.
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
%debug
%{ %{
#include "StackerCompiler.h" #include "StackerCompiler.h"
#include "llvm/SymbolTable.h" #include "llvm/SymbolTable.h"