~epics-core/epics-base/remove-keywords-3.14

« back to all changes in this revision

Viewing changes to config/tools/munch.pl

  • Committer: Andrew Johnson
  • Date: 2016-05-21 02:01:24 UTC
  • Revision ID: anj@aps.anl.gov-20160521020124-uwhabqb9m25wzwc1
config directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
#*************************************************************************
12
12
 
13
13
# Creates a ctdt.c file of c++ static constructors and destructors.
14
 
#  $Revision-Id$
15
14
 
16
15
@ctorlist = ();
17
16
@dtorlist = ();