~ubuntu-branches/ubuntu/lucid/cmake/lucid

« back to all changes in this revision

Viewing changes to Source/cmExprLexer.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2009-12-16 11:11:54 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20091216111154-6accvv6yq86h2hkc
Tags: 2.8.0-5ubuntu1
* Merge from debian testing (LP: #497349). Remaining changes:
  - Keep the Replaces: on cmake-data to cover the Kubuntu version from
    Jaunty in case someone decides to do an (unsupported) Jaunty->Lucid
    upgrade.

Show diffs side-by-side

added added

removed removed

Lines of Context:
437
437
#define YY_RESTORE_YY_MORE_OFFSET
438
438
#line 1 "/home/andy/vtk/CMake/Source/cmExprLexer.in.l"
439
439
#line 2 "/home/andy/vtk/CMake/Source/cmExprLexer.in.l"
440
 
/*=========================================================================
441
 
 
442
 
  Program:   CMake - Cross-Platform Makefile Generator
443
 
  Module:    $RCSfile: cmExprLexer.cxx,v $
444
 
  Language:  C++
445
 
  Date:      $Date: 2007-09-24 15:16:13 $
446
 
  Version:   $Revision: 1.7 $
447
 
 
448
 
  Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
449
 
  See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
450
 
 
451
 
     This software is distributed WITHOUT ANY WARRANTY; without even
452
 
     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
453
 
     PURPOSE.  See the above copyright notices for more information.
454
 
 
455
 
=========================================================================*/
 
440
/*============================================================================
 
441
  CMake - Cross Platform Makefile Generator
 
442
  Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
 
443
 
 
444
  Distributed under the OSI-approved BSD License (the "License");
 
445
  see accompanying file Copyright.txt for details.
 
446
 
 
447
  This software is distributed WITHOUT ANY WARRANTY; without even the
 
448
  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
449
  See the License for more information.
 
450
============================================================================*/
456
451
/*
457
452
 
458
453
This file must be translated to C and modified to build everywhere.