home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume27 / distributed-c-2.1 / part01 / dcc / lex.dummy.c
Encoding:
Text File  |  1993-12-22  |  2.1 KB  |  38 lines

  1. /***************************************************************************
  2.  *                                                                         *
  3.  * @@@@  @@@ @@@@@ @@@@@ @@@@@ @@@ @@@@  @   @ @@@@@ @@@@@ @@@@       @@@  *
  4.  * @   @  @  @       @   @   @  @  @   @ @   @   @   @     @   @     @   @ *
  5.  * @   @  @  @@@@@   @   @@@@@  @  @@@@@ @   @   @   @@@@@ @   @     @     *
  6.  * @   @  @      @   @   @ @    @  @   @ @   @   @   @     @   @     @   @ *
  7.  * @@@@  @@@ @@@@@   @   @  @  @@@ @@@@  @@@@@   @   @@@@@ @@@@       @@@  *
  8.  *                                                                         *
  9.  *              A compiler for distributed programming with C              *
  10.  *                                                                         *
  11.  *                         l e x . d u m m y . c                           *
  12.  *                                                                         *
  13.  *                            Package : Compiler                           *
  14.  *                            Version : 1.0                                *
  15.  *                       CreationDate : 05.07.90                           *
  16.  *                         LastUpDate : 05.07.90                           *
  17.  *                                                                         *
  18.  *      A 'dummy' definition of 'yymark' used for making a 'lextest'.      *
  19.  *                                                                         *
  20.  *     Copyright (C) 1990-1994 by Franz Distler and Christoph Pleier.      *
  21.  *                          All rights reserved!                           *
  22.  ***************************************************************************/
  23.  
  24. /*
  25.  * This file is part of the Distributed C Development Environment (DCDE).
  26.  * DCDE is free software; you can redistribute it and/or modify
  27.  * it under the terms written in the README-file. 
  28.  * DCDE is distributed in the hope that it will be useful,
  29.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  30.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
  31.  * See the file README for more details.
  32.  */
  33.  
  34. int
  35. yymark()
  36. {
  37. }
  38.