home *** CD-ROM | disk | FTP | other *** search
- /***************************************************************************
- * *
- * @@@@ @@@ @@@@@ @@@@@ @@@@@ @@@ @@@@ @ @ @@@@@ @@@@@ @@@@ @@@ *
- * @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ *
- * @ @ @ @@@@@ @ @@@@@ @ @@@@@ @ @ @ @@@@@ @ @ @ *
- * @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ *
- * @@@@ @@@ @@@@@ @ @ @ @@@ @@@@ @@@@@ @ @@@@@ @@@@ @@@ *
- * *
- * A compiler for distributed programming with C *
- * *
- * l e x . d u m m y . c *
- * *
- * Package : Compiler *
- * Version : 1.0 *
- * CreationDate : 05.07.90 *
- * LastUpDate : 05.07.90 *
- * *
- * A 'dummy' definition of 'yymark' used for making a 'lextest'. *
- * *
- * Copyright (C) 1990-1994 by Franz Distler and Christoph Pleier. *
- * All rights reserved! *
- ***************************************************************************/
-
- /*
- * This file is part of the Distributed C Development Environment (DCDE).
- * DCDE is free software; you can redistribute it and/or modify
- * it under the terms written in the README-file.
- * DCDE is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the file README for more details.
- */
-
- int
- yymark()
- {
- }
-