Edit

kc3-lang/angle/src/compiler/preprocessor/new/Lexer.cpp

Branch :

  • Show log

    Commit

  • Author : alokp@chromium.org
    Date : 2012-05-17 21:12:27
    Hash : 964b7194
    Message : Fixed compile error in lexer_glue.cpp. git-svn-id: https://angleproject.googlecode.com/svn/trunk@1089 736b8ea6-26fd-11df-bfd4-992fa37f6226

  • src/compiler/preprocessor/new/Lexer.cpp
  • //
    // Copyright (c) 2012 The ANGLE Project Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style license that can be
    // found in the LICENSE file.
    //
    
    #include "Lexer.h"
    
    namespace pp
    {
    
    Lexer::~Lexer()
    {
    }
    
    }  // namespace pp