_cpp.c (7ce20373) _cpp.c (99e66e07)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 24 unchanged lines hidden (view full) ---

33int nerrs;
34struct token nltoken = {NL, 0, 0, 1, (uchar *) "\n", 0};
35char *curtime;
36int incdepth;
37int ifdepth;
38int ifsatisfied[NIF];
39int skipping;
40
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 24 unchanged lines hidden (view full) ---

33int nerrs;
34struct token nltoken = {NL, 0, 0, 1, (uchar *) "\n", 0};
35char *curtime;
36int incdepth;
37int ifdepth;
38int ifsatisfied[NIF];
39int skipping;
40
41char rcsid[] = "$Version 1.2 $ $Revision: 1.5 $ $Date: 2006-06-20 05:05:46 $";
41char rcsid[] = "$Version 1.2 $ $Revision: 1.5 $ $Date$";
42
43int
44#ifdef _WIN32
45__cdecl
46#endif // _WIN32
47 main(int argc, char **argv)
48{
49

--- 355 unchanged lines hidden ---
42
43int
44#ifdef _WIN32
45__cdecl
46#endif // _WIN32
47 main(int argc, char **argv)
48{
49

--- 355 unchanged lines hidden ---