home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / g77-0.5.15-src.tgz / tar.out / fsf / g77 / f / stv.c < prev    next >
C/C++ Source or Header  |  1996-09-28  |  2KB  |  66 lines

  1. /* stv.c -- Implementation File (module.c template V1.0)
  2.    Copyright (C) 1995 Free Software Foundation, Inc.
  3.    Contributed by James Craig Burley (burley@gnu.ai.mit.edu).
  4.  
  5. This file is part of GNU Fortran.
  6.  
  7. GNU Fortran is free software; you can redistribute it and/or modify
  8. it under the terms of the GNU General Public License as published by
  9. the Free Software Foundation; either version 2, or (at your option)
  10. any later version.
  11.  
  12. GNU Fortran is distributed in the hope that it will be useful,
  13. but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. GNU General Public License for more details.
  16.  
  17. You should have received a copy of the GNU General Public License
  18. along with GNU Fortran; see the file COPYING.  If not, write to
  19. the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  20.  
  21.    Related Modules:
  22.       None (despite the name, it doesn't really depend on ffest*)
  23.  
  24.    Description:
  25.       Various and sundry info.
  26.  
  27.    Modifications:
  28. */
  29.  
  30. /* Include files. */
  31.  
  32. #include "proj.h"
  33. #include "stv.h"
  34. #include "lab.h"
  35. #include "where.h"
  36.  
  37. /* Externals defined here. */
  38.  
  39. ffestvSavestate ffestv_save_state_;
  40. ffewhereLine ffestv_save_line_;
  41. ffewhereColumn ffestv_save_col_;
  42. ffestvAccessstate ffestv_access_state_;
  43. ffewhereLine ffestv_access_line_;
  44. ffewhereColumn ffestv_access_col_;
  45. ffelabNumber ffestv_num_label_defines_;
  46.  
  47. /* Simple definitions and enumerations. */
  48.  
  49.  
  50. /* Internal typedefs. */
  51.  
  52.  
  53. /* Private include files. */
  54.  
  55.  
  56. /* Internal structure definitions. */
  57.  
  58.  
  59. /* Static objects accessed by functions in this module. */
  60.  
  61.  
  62. /* Static functions (internal). */
  63.  
  64.  
  65. /* Internal macros. */
  66.