ruby: replace strings that were missed in original ruby import.
authorNathan Binkert <nate@binkert.org>
Mon, 6 Jul 2009 22:49:47 +0000 (15:49 -0700)
committerNathan Binkert <nate@binkert.org>
Mon, 6 Jul 2009 22:49:47 +0000 (15:49 -0700)
175 files changed:
src/mem/gems_common/ioutil/attrlex.ll
src/mem/gems_common/ioutil/attrparse.yy
src/mem/ruby/common/Global.hh
src/mem/ruby/common/NetDest.cc
src/mem/ruby/common/NetDest.hh
src/mem/ruby/common/Set.cc
src/mem/ruby/common/Set.hh
src/mem/ruby/config/RubyConfig.cc
src/mem/ruby/config/RubyConfig.hh
src/mem/ruby/eventqueue/RubyEventQueue.hh
src/mem/ruby/init.cc
src/mem/ruby/init.hh
src/mem/ruby/network/Network.hh
src/mem/ruby/network/garnet-fixed-pipeline/CreditLink_d.hh
src/mem/ruby/network/garnet-fixed-pipeline/GarnetNetwork_d.cc
src/mem/ruby/network/garnet-fixed-pipeline/GarnetNetwork_d.hh
src/mem/ruby/network/garnet-fixed-pipeline/InputUnit_d.hh
src/mem/ruby/network/garnet-fixed-pipeline/NetworkHeader.hh
src/mem/ruby/network/garnet-fixed-pipeline/NetworkInterface_d.cc
src/mem/ruby/network/garnet-fixed-pipeline/NetworkInterface_d.hh
src/mem/ruby/network/garnet-fixed-pipeline/NetworkLink_d.cc
src/mem/ruby/network/garnet-fixed-pipeline/NetworkLink_d.hh
src/mem/ruby/network/garnet-fixed-pipeline/OutVcState_d.hh
src/mem/ruby/network/garnet-fixed-pipeline/OutputUnit_d.hh
src/mem/ruby/network/garnet-fixed-pipeline/Router_d.cc
src/mem/ruby/network/garnet-fixed-pipeline/Router_d.hh
src/mem/ruby/network/garnet-fixed-pipeline/RoutingUnit_d.hh
src/mem/ruby/network/garnet-fixed-pipeline/SWallocator_d.cc
src/mem/ruby/network/garnet-fixed-pipeline/SWallocator_d.hh
src/mem/ruby/network/garnet-fixed-pipeline/Switch_d.hh
src/mem/ruby/network/garnet-fixed-pipeline/VCallocator_d.cc
src/mem/ruby/network/garnet-fixed-pipeline/VCallocator_d.hh
src/mem/ruby/network/garnet-fixed-pipeline/VirtualChannel_d.hh
src/mem/ruby/network/garnet-fixed-pipeline/flitBuffer_d.hh
src/mem/ruby/network/garnet-fixed-pipeline/flit_d.hh
src/mem/ruby/network/garnet-flexible-pipeline/FlexibleConsumer.hh
src/mem/ruby/network/garnet-flexible-pipeline/GarnetNetwork.cc
src/mem/ruby/network/garnet-flexible-pipeline/GarnetNetwork.hh
src/mem/ruby/network/garnet-flexible-pipeline/InVcState.hh
src/mem/ruby/network/garnet-flexible-pipeline/NetworkConfig.hh
src/mem/ruby/network/garnet-flexible-pipeline/NetworkInterface.hh
src/mem/ruby/network/garnet-flexible-pipeline/NetworkLink.cc
src/mem/ruby/network/garnet-flexible-pipeline/NetworkLink.hh
src/mem/ruby/network/garnet-flexible-pipeline/OutVcState.hh
src/mem/ruby/network/garnet-flexible-pipeline/Router.cc
src/mem/ruby/network/garnet-flexible-pipeline/Router.hh
src/mem/ruby/network/garnet-flexible-pipeline/VCarbiter.hh
src/mem/ruby/network/garnet-flexible-pipeline/flit.hh
src/mem/ruby/network/garnet-flexible-pipeline/flitBuffer.hh
src/mem/ruby/network/simple/PerfectSwitch.cc
src/mem/ruby/network/simple/SimpleNetwork.cc
src/mem/ruby/network/simple/SimpleNetwork.hh
src/mem/ruby/network/simple/Switch.cc
src/mem/ruby/network/simple/Throttle.cc
src/mem/ruby/network/simple/Topology.cc
src/mem/ruby/network/simple/Topology.hh
src/mem/ruby/profiler/AddressProfiler.cc
src/mem/ruby/profiler/AddressProfiler.hh
src/mem/ruby/profiler/CacheProfiler.cc
src/mem/ruby/profiler/CacheProfiler.hh
src/mem/ruby/profiler/Profiler.cc
src/mem/ruby/profiler/Profiler.hh
src/mem/ruby/slicc_interface/AbstractCacheEntry.cc
src/mem/ruby/slicc_interface/AbstractChip.cc
src/mem/ruby/slicc_interface/NetworkMessage.hh
src/mem/ruby/slicc_interface/RubySlicc_Profiler_interface.cc
src/mem/ruby/slicc_interface/RubySlicc_Profiler_interface.hh
src/mem/ruby/slicc_interface/RubySlicc_Util.hh
src/mem/ruby/system/AbstractMemOrCache.hh
src/mem/ruby/system/CacheMemory.hh
src/mem/ruby/system/DirectoryMemory.cc
src/mem/ruby/system/DirectoryMemory.hh
src/mem/ruby/system/MachineID.hh
src/mem/ruby/system/MemoryControl.cc
src/mem/ruby/system/MemoryControl.hh
src/mem/ruby/system/NodeID.hh
src/mem/ruby/system/NodePersistentTable.hh
src/mem/ruby/system/PerfectCacheMemory.hh
src/mem/ruby/system/PersistentArbiter.hh
src/mem/ruby/system/Sequencer.hh
src/mem/ruby/system/System.cc
src/mem/ruby/system/System.hh
src/mem/ruby/system/TBETable.hh
src/mem/ruby/system/TimerTable.hh
src/mem/ruby/tester/Instruction.hh
src/mem/ruby/tester/SpecifiedGenerator.cc
src/mem/ruby/tester/SpecifiedGenerator.hh
src/mem/slicc/ast/AST.cc
src/mem/slicc/ast/AST.hh
src/mem/slicc/ast/ActionDeclAST.cc
src/mem/slicc/ast/ActionDeclAST.hh
src/mem/slicc/ast/AssignStatementAST.cc
src/mem/slicc/ast/AssignStatementAST.hh
src/mem/slicc/ast/ChipComponentAccessAST.cc
src/mem/slicc/ast/ChipComponentAccessAST.hh
src/mem/slicc/ast/DeclAST.cc
src/mem/slicc/ast/DeclAST.hh
src/mem/slicc/ast/DeclListAST.cc
src/mem/slicc/ast/DeclListAST.hh
src/mem/slicc/ast/EnqueueStatementAST.hh
src/mem/slicc/ast/EnumDeclAST.cc
src/mem/slicc/ast/EnumDeclAST.hh
src/mem/slicc/ast/EnumExprAST.cc
src/mem/slicc/ast/EnumExprAST.hh
src/mem/slicc/ast/ExprAST.cc
src/mem/slicc/ast/ExprAST.hh
src/mem/slicc/ast/ExprStatementAST.cc
src/mem/slicc/ast/ExprStatementAST.hh
src/mem/slicc/ast/FormalParamAST.cc
src/mem/slicc/ast/FormalParamAST.hh
src/mem/slicc/ast/FuncCallExprAST.cc
src/mem/slicc/ast/FuncCallExprAST.hh
src/mem/slicc/ast/FuncDeclAST.cc
src/mem/slicc/ast/FuncDeclAST.hh
src/mem/slicc/ast/IfStatementAST.cc
src/mem/slicc/ast/IfStatementAST.hh
src/mem/slicc/ast/InPortDeclAST.cc
src/mem/slicc/ast/InPortDeclAST.hh
src/mem/slicc/ast/InfixOperatorExprAST.cc
src/mem/slicc/ast/InfixOperatorExprAST.hh
src/mem/slicc/ast/LiteralExprAST.cc
src/mem/slicc/ast/LiteralExprAST.hh
src/mem/slicc/ast/Location.cc
src/mem/slicc/ast/Location.hh
src/mem/slicc/ast/MachineAST.cc
src/mem/slicc/ast/MachineAST.hh
src/mem/slicc/ast/MemberExprAST.cc
src/mem/slicc/ast/MemberExprAST.hh
src/mem/slicc/ast/MethodCallExprAST.cc
src/mem/slicc/ast/MethodCallExprAST.hh
src/mem/slicc/ast/ObjDeclAST.cc
src/mem/slicc/ast/ObjDeclAST.hh
src/mem/slicc/ast/OutPortDeclAST.cc
src/mem/slicc/ast/OutPortDeclAST.hh
src/mem/slicc/ast/PairAST.cc
src/mem/slicc/ast/PairAST.hh
src/mem/slicc/ast/PairListAST.cc
src/mem/slicc/ast/PairListAST.hh
src/mem/slicc/ast/PeekStatementAST.cc
src/mem/slicc/ast/PeekStatementAST.hh
src/mem/slicc/ast/ReturnStatementAST.cc
src/mem/slicc/ast/ReturnStatementAST.hh
src/mem/slicc/ast/StatementAST.cc
src/mem/slicc/ast/StatementAST.hh
src/mem/slicc/ast/StatementListAST.cc
src/mem/slicc/ast/StatementListAST.hh
src/mem/slicc/ast/TransitionDeclAST.cc
src/mem/slicc/ast/TransitionDeclAST.hh
src/mem/slicc/ast/TypeAST.cc
src/mem/slicc/ast/TypeAST.hh
src/mem/slicc/ast/TypeDeclAST.cc
src/mem/slicc/ast/TypeDeclAST.hh
src/mem/slicc/ast/TypeFieldAST.cc
src/mem/slicc/ast/TypeFieldAST.hh
src/mem/slicc/ast/TypeFieldEnumAST.cc
src/mem/slicc/ast/TypeFieldEnumAST.hh
src/mem/slicc/ast/TypeFieldMemberAST.cc
src/mem/slicc/ast/TypeFieldMemberAST.hh
src/mem/slicc/ast/TypeFieldMethodAST.cc
src/mem/slicc/ast/TypeFieldMethodAST.hh
src/mem/slicc/ast/VarExprAST.cc
src/mem/slicc/ast/VarExprAST.hh
src/mem/slicc/generator/fileio.cc
src/mem/slicc/generator/fileio.hh
src/mem/slicc/generator/html_gen.cc
src/mem/slicc/generator/html_gen.hh
src/mem/slicc/generator/mif_gen.hh
src/mem/slicc/main.hh
src/mem/slicc/symbols/Func.cc
src/mem/slicc/symbols/Func.hh
src/mem/slicc/symbols/SymbolTable.hh
src/mem/slicc/symbols/Transition.hh
src/mem/slicc/symbols/Type.cc
src/mem/slicc/symbols/Type.hh
src/mem/slicc/symbols/Var.hh

index 1265adcdfd7c94d6d8e3be31c83fdb20227f2886..d3a5b35ddface10a329405f45651b6e4d51c4b69 100644 (file)
@@ -44,7 +44,7 @@ using namespace std;
 
 // Maurice
 // extern "C" {
-// #include "simics/api.h"
+// #include "simics/api.hh"
 // };
 
 #include "mem/gems_common/ioutil/FakeSimicsDataTypes.hh"
index 2211c572d4275a3dbad2ef59ea14021ac89be079..4301717fa19d1157a8a00d7be2eb6e04c01feb3a 100644 (file)
@@ -40,7 +40,7 @@ using namespace std;
 
 // Maurice
 // extern "C" {
-// #include "simics/api.h"
+// #include "simics/api.hh"
 // };
 
 #include "mem/gems_common/ioutil/FakeSimicsDataTypes.hh"
index 2f42aabcb18f116df279af2d248c74eb006caabb..205b2bcb202612eb6278e4c6de2b84e05e2945e7 100644 (file)
@@ -97,8 +97,8 @@ extern RubySystem* g_system_ptr;
 class Debug;
 extern Debug* g_debug_ptr;
 
-// FIXME:  this is required by the contructor of Directory_Entry.h.  It can't go
-// into slicc_util.h because it opens a can of ugly worms
+// FIXME:  this is required by the contructor of Directory_Entry.hh.  It can't go
+// into slicc_util.hh because it opens a can of ugly worms
 extern inline int max_tokens()
 {
   return 1024;
index 951307395c6f6f701ecb584a7d1e1a4b5da28a32..390d5ee8e76bd95275855a9c09843dbb39946839 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * NetDest.C
  *
- * Description: See NetDest.h
+ * Description: See NetDest.hh
  *
  * $Id$
  *
index 17ede03e942ce0aa92de867a3fe8572447330fb2..20aac51086ad2ac0f2f8676cc46504f081b6e269 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * Set.h
+ * Set.hh
  *
  * Description:
  *
index b4c4e47897c24e4d84000d34427442f136239c9d..4cb40a2465b10f6c840df7383476ac0f594a1eb2 100644 (file)
  */
 
 /*
- * Set.C
+ * Set.cc
  *
- * Description: See Set.h
+ * Description: See Set.hh
  *
- * $Id: BigSet.C 1.9 05/01/19 13:12:25-06:00 mikem@maya.cs.wisc.edu $
+ * $Id: BigSet.cc 1.9 05/01/19 13:12:25-06:00 mikem@maya.cs.wisc.edu $
  *
  */
 
@@ -475,7 +475,7 @@ bool Set::isSuperset(const Set& test) const
 /*
  * "Supposed" to return the node id of the (n+1)th set
  * bit, IE n=0 => returns nodeid of first set bit, BUT
- * since BigSet.C behaves strangely, this implementation
+ * since BigSet.cc behaves strangely, this implementation
  * will behave strangely just for reverse compatability.
  *
  * Was originally implemented for the flight data recorder
index 45f06e6aa97a0e8a80687e58de7716c8af41df26..43fa5b45ef57ae7985dd30eb87091e3151792e06 100644 (file)
  */
 
 /*
- * Set.h
+ * Set.hh
  *
  * Description:
  *
- * $Id: BigSet.h 1.6 05/01/19 13:12:25-06:00 mikem@maya.cs.wisc.edu $
+ * $Id: BigSet.hh 1.6 05/01/19 13:12:25-06:00 mikem@maya.cs.wisc.edu $
  *
  */
 
@@ -40,7 +40,7 @@
 // >32 set lengths, using an array of ints w/ 32 bits/int
 
 // NOTE: Never include this file directly, this should only be
-// included from Set.h
+// included from Set.hh
 
 #ifndef SET_H
 #define SET_H
index cb30281cda68429e05832367c0cb678218452556..fe58a74d3ba149818db29e11d92883f9804c4ce8 100644 (file)
@@ -28,9 +28,9 @@
  */
 
 /*
- * RubyConfig.C
+ * RubyConfig.cc
  *
- * Description: See RubyConfig.h
+ * Description: See RubyConfig.hh
  *
  * $Id$
  *
index c0e8ae59ebbc30e058424094a84873f6bbf908df..6de6bd1aa26d4050fe2462374be51540ca97e0f9 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * RubyConfig.h
+ * RubyConfig.hh
  *
  * Description: This class has only static members and class methods,
  * and thus should never need to be instantiated.
index a2112c9229f43cb2deb6641a63761ebfb86502e1..fe7bc28334fb6ba2587bec88b1ccbf12dc8473b4 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * $Id$
  *
- * Description: The EventQueue class implements an event queue which
+ * Description: The RubyEventQueue class implements an event queue which
  * can be trigger events, allowing our simulation to be event driven.
  *
  * Currently, the only event we support is a Consumer being signaled
@@ -48,7 +48,7 @@
  * and a consumer pointer.  The event queue will call the wakeup()
  * method of the consumer at the appropriate time.
  *
- * This implementation of EventQueue uses a dynamically sized array
+ * This implementation of RubyEventQueue uses a dynamically sized array
  * managed as a heap.  The algorithms used has O(lg n) for insert and
  * O(lg n) for extract minimum element. (Based on chapter 7 of Cormen,
  * Leiserson, and Rivest.)  The array is dynamically sized and is
index bf7fcf397bfb7f1c9934bf269ac68e1f1f334a7a..a4aefaad33bfceea1c86d1d37d223877909f880c 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * init.C
  *
- * Description: See init.h
+ * Description: See init.hh
  *
  * $Id$
  *
index 3299f305b999a3c138fba2b3767db2813ad2bfb9..35af0e6039e5e1a0d3c1f3dafc64300ac4d4fd64 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * init.h
+ * init.hh
  *
  * Description:
  *
index f97ecce29dc11c1a68bed7a2ab3a6e764c93d3e0..d3bfa59da9f6e8b9b52846065cab4337701e11a1 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * Network.h
+ * Network.hh
  *
  * Description: The Network class is the base class for classes that
  * implement the interconnection network between components
index 28da0ac736d092a105f1983860ac2d3bb0f90c93..5e68198cc0b9c41a150e2ab8b2ccbb445d5f1326 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * CreditLink_d.h
+ * CreditLink_d.hh
  *
  * Niket Agarwal, Princeton University
  *
index 28d22c89ded8d47fcf142421045a36903109a300..988b634ce773d379074c1f5418c4ce14a516f9a0 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * GarnetNetwork_d.C
+ * GarnetNetwork_d.cc
  *
  * Niket Agarwal, Princeton University
  *
index f1dd5d2c71832b2999cc4684ccd0cef43f8df4a7..e0f7aebd96da799b45d8983a7a7cad21bf3947c6 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * GarnetNetwork_d.h
+ * GarnetNetwork_d.hh
  *
  * Niket Agarwal, Princeton University
  *
index fafa291357883861b976c916fc18e81a0448987c..a59ac89d82c210de19115bd1377ee4fd43c19986 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * InputUnit_d.h
+ * InputUnit_d.hh
  *
  * Niket Agarwal, Princeton University
  *
index 4cc73a3d47a1bf6e3e1b6b814c05bc15cb807460..a69dbf107092e413b629daec39565b8ca93aa9d6 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * NetworkHeader.h
+ * NetworkHeader.hh
  *
  * Niket Agarwal, Princeton University
  *
index e36504356f1dbb5c80ebe3da1623e39ce48e37b6..77857b1f86dd1fdcab8e6199a5e83c09dd4721e1 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * NetworkInterface_d.C
+ * NetworkInterface_d.cc
  *
  * Niket Agarwal, Princeton University
  *
index 00aaff8d3c143ea6c0ab86653ebc3fb0b81348c5..62522625401cf21deb6cb56bcebd6a6f83a75f72 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * NetworkInterface_d.h
+ * NetworkInterface_d.hh
  *
  * Niket Agarwal, Princeton University
  *
index 931f0f3a708711f348445b615590ad5d5955bd82..94f721646a275338e045dce48ec19fa277b58979 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * NetworkLink_d.C
+ * NetworkLink_d.cc
  *
  * Niket Agarwal, Princeton University
  *
index 28b613faa98408535b1a0bbddc9abd8fb6262f3f..1e81a565b91c6ee39153cdbd7656cee34baf0615 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * NetworkLink_d.h
+ * NetworkLink_d.hh
  *
  * Niket Agarwal, Princeton University
  *
index 0bb3d8ced01b163fa7fbc156e74fd7aa39340c3d..959a3d6430596a5000714afa895b13eebb530d2b 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * OutVCState_d.h
+ * OutVCState_d.hh
  *
  * Niket Agarwal, Princeton University
  *
index 62de62a4fdc3ddbc912fd5c902a0c7e842b29d23..78f46d1b5cd76e2cabcf8eac104d3cc314699c39 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * OutputUnit_d.h
+ * OutputUnit_d.hh
  *
  * Niket Agarwal, Princeton University
  *
index 60c9d36a9ca3781c017980d24015f41aa8ef49ee..c59805b48ba946d3029059bd24fc8ac8cb188caf 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * Router_d.C
+ * Router_d.cc
  *
  * Niket Agarwal, Princeton University
  *
index 87b3f38e2d5ece19cf831b0acca16aa3f99ec3e9..23a8681d90b76e8573f21fa5e6ea721c1e70f3d6 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * Router_d.h
+ * Router_d.hh
  *
  * Niket Agarwal, Princeton University
  *
index 093fd7abe99460e1132f4865b6119caeee85e9fc..091ee90ef55dd6539ac3ae7f7331092276753076 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * Routerunit_d.h
+ * Routerunit_d.hh
  *
  * Niket Agarwal, Princeton University
  *
index 02dee31a495ad60dadb6df5312329daebc1d534b..7ca74244ea8ecb2d5872009788aa61039086615d 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * SWallocator_d.C
+ * SWallocator_d.cc
  *
  * Niket Agarwal, Princeton University
  *
index 16485c5392e60caad45163716d180e023adc9973..b1867df7ffb12c8e445413ee465cf0ce50e05c6e 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * SWallocator_d.h
+ * SWallocator_d.hh
  *
  * Niket Agarwal, Princeton University
  *
index 0b45172b55aeb887052a66d3575ff6f5c172464e..2e2f524a0373f0ccc0e8f24cd8a86c6e68411906 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * Switch_d.h
+ * Switch_d.hh
  *
  * Niket Agarwal, Princeton University
  *
index dc6d170e518d227679b6ad44d0c4e5b738559751..6f13ba14f45ad1b774874ebed18debfdc4627f96 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * VCallocator_d.C
+ * VCallocator_d.cc
  *
  * Niket Agarwal, Princeton University
  *
index 8b40d602d17c84339652eb9c262b7a76790fff90..41e317bff38ebc591dea32b6de719ddd3fa65251 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * VCallocator_d.h
+ * VCallocator_d.hh
  *
  * Niket Agarwal, Princeton University
  *
index 8c32482ea91ca3f08a5afa5db70bf75b3f35be40..4ac1898e2ab328623760b038a1fb0dddd8d0cc69 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * VirtualChannel_d.h
+ * VirtualChannel_d.hh
  *
  * Niket Agarwal, Princeton University
  *
index 5ac69b22ee7630c1c608aa503cfac73d67c02340..70a47d5f63cd83903e08523e214fa9dca552a1b9 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * flitBuffer_d.h
+ * flitBuffer_d.hh
  *
  * Niket Agarwal, Princeton University
  *
index 4d69984d2cab0ed0c02697e775ade558d397069f..6f64f49402ae77b80db97b7eb45d34ace80df4f6 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * flit_d.h
+ * flit_d.hh
  *
  * Niket Agarwal, Princeton University
  *
index e668583568b525c07ee1ac5f61cfc5aa730c796a..f8bf6b949db98669f95a229fddc7ecd590ecf686 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * FlexibleConsumer.h
+ * FlexibleConsumer.hh
  *
  * Niket Agarwal, Princeton University
  *
index a2482c3309e7393150abb10279c32d2a5d221eba..2496cd30f431fe661cccec76a293966d7da7819d 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * GarnetNetwork.C
+ * GarnetNetwork.cc
  *
  * Niket Agarwal, Princeton University
  *
index 52cdaa5d657452b6cb9060862ef6422470da7ba0..27de3de0707dcc8d08494cb0a42f3ab791e0191d 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * GarnetNetwork.h
+ * GarnetNetwork.hh
  *
  * Niket Agarwal, Princeton University
  *
index af48674e9a5d4b105999b090a87bc1e6b62e975c..b7005efea51d53db1b3b441e50b7d9ce20170e58 100644 (file)
@@ -28,7 +28,7 @@
 
 /*
  *
- * InVCState.h
+ * InVCState.hh
  *
  * Niket Agarwal, Princeton University
  *
index 433e2f6863fc08db3df3fa38fabe7db68a42857b..270fd64293980f3c177159327a57ed35c3ca44b4 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * NetworkConfig.h
+ * NetworkConfig.hh
  *
  * Description: This header file is used to define all configuration parameters required by the interconnection network.
  *
index 3b98226c8cc35a0bddfaebdefc3f891ad18d07f1..af4b1d4ebb351774aa42e032490eb048c00c1ba5 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * NetworkInterface.h
+ * NetworkInterface.hh
  *
  * Niket Agarwal, Princeton University
  *
index a170047ac86c71b3fdf75f95d2b2722ba7360cfd..90177cbec905ed55d9697906d617ec5546a28e1e 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * NetworkLink.C
+ * NetworkLink.cc
  *
  * Niket Agarwal, Princeton University
  *
index a8278ae4cecbd770d4d471ed721a81a4495f3fb3..6cc35b39da86fcff545af45b10f08338d9bf1365 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * NetworkLink.h
+ * NetworkLink.hh
  *
  * Niket Agarwal, Princeton University
  *
index 074d97d2e8ed3a2b40c9965a2bd9f68290fb64b9..cb05826dc21113261b1bb383ef474a44eae95d70 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * OutVCState.h
+ * OutVCState.hh
  *
  * Niket Agarwal, Princeton University
  *
index 2ee8fc5aa7d943ea9ffbe75387f3b6705a7b4de0..1def6f9c36766b4f1892572fb5f19aeb5ac9dfdb 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * Router.C
+ * Router.cc
  *
  * Niket Agarwal, Princeton University
  *
index ce7dd4a8f1e8d24c21353d35d2d5de03f5ada263..f3cf0036daab6cc237abf1d5d611749fcae91395 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * Router.h
+ * Router.hh
  *
  * Niket Agarwal, Princeton University
  *
index 6dcb808732620325846c8c4939e921c0a2d3f669..96a03b8dc66bafa7078e0650eb9dcfe963bc67c3 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * VCarbiter.h
+ * VCarbiter.hh
  *
  * Niket Agarwal, Princeton University
  *
index b9ee9a8077d5495eef3d329317c1209f9a389107..aeac2e63bdeebff03def500a2deedaba163393dd 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * flit.h
+ * flit.hh
  *
  * Niket Agarwal, Princeton University
  *
index fa011ecaf3add9925a3e7033d5fddbbb7af2b1f4..006ba60bdd4c5f20945f4934b0c1ea3c1f2f7234 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /*
- * flitBuffer.h
+ * flitBuffer.hh
  *
  * Niket Agarwal, Princeton University
  *
index 59f1d85ca584027a3b6d96ff6cc0498f81bbd47a..b561b69e299afcb44ff9065636da07665c1cf259 100644 (file)
@@ -28,9 +28,9 @@
  */
 
 /*
- * PerfectSwitch.C
+ * PerfectSwitch.cc
  *
- * Description: See PerfectSwitch.h
+ * Description: See PerfectSwitch.hh
  *
  * $Id$
  *
index 1258edb60af30192db533884bdf6eebf916c4b75..1d0567b6e8cb2c14e6a502913cd2d9a70b78460d 100644 (file)
@@ -28,9 +28,9 @@
  */
 
 /*
- * SimpleNetwork.C
+ * SimpleNetwork.cc
  *
- * Description: See SimpleNetwork.h
+ * Description: See SimpleNetwork.hh
  *
  * $Id$
  *
@@ -48,7 +48,7 @@
 #include "mem/protocol/Protocol.hh"
 #include "mem/gems_common/Map.hh"
 
-// ***BIG HACK*** - This is actually code that _should_ be in Network.C
+// ***BIG HACK*** - This is actually code that _should_ be in Network.cc
 
 // Note: Moved to Princeton Network
 // calls new to abstract away from the network
index 8d2f64b7a469f5246c01fd82c38581331737252a..39ee2c0953571724d1c2dc70ecfa35634bea4e5e 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * SimpleNetwork.h
+ * SimpleNetwork.hh
  *
  * Description: The SimpleNetwork class implements the interconnection
  * SimpleNetwork between components (processor/cache components and
@@ -55,7 +55,7 @@
  *
  * FIXME: Various flavor of networks are provided as a compiler time
  *        configurable. We currently include this SimpleNetwork in the
- *        makefile's vpath, so that SimpleNetwork.C can provide an alternative
+ *        makefile's vpath, so that SimpleNetwork.cc can provide an alternative
  *        version constructor for the abstract Network class. It is easy to
  *        modify this to make network a runtime configuable. Just make the
  *        abstract Network class take a enumeration parameter, and based on
index 648b6ca01d447292f2416dc6ded9e430cd435cd6..192520e85905ba9d1a9da80972eafeaee66b5cea 100644 (file)
@@ -28,9 +28,9 @@
  */
 
 /*
- * Switch.C
+ * Switch.cc
  *
- * Description: See Switch.h
+ * Description: See Switch.hh
  *
  * $Id$
  *
index 1d9ec0dc6279b3e2e6f2e7fc8644b7963aef54ed..f91bbdb302478f84094bac7a91a3b22d31c32b08 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * $Id$
  *
- * Description: see Throttle.h
+ * Description: see Throttle.hh
  *
  */
 
index 177bf3929f6d4ad04b4115c7e9ac57e8dd846ebd..f887f2a04635c8419208b11ac679e4e40189f65d 100644 (file)
@@ -28,9 +28,9 @@
  */
 
 /*
- * Topology.C
+ * Topology.cc
  *
- * Description: See Topology.h
+ * Description: See Topology.hh
  *
  * $Id$
  *
index ee6be1ebf6329b41469c0f73ea04c1435c516680..cb6c36f17d348b7d556286ebee9f3cc1a5bb54b4 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * Topology.h
+ * Topology.hh
  *
  * Description: The topology here is configurable; it can be a hierachical
  *              (default one) or a 2D torus or a 2D torus with half switches
index b0cc3cfd5557c57c03f9e1eea552edc5e96924b2..3f6b489564baca81e1d9e80c58938d96b2e74bce 100644 (file)
@@ -28,9 +28,9 @@
  */
 
 /*
- * AddressProfiler.C
+ * AddressProfiler.cc
  *
- * Description: See AddressProfiler.h
+ * Description: See AddressProfiler.hh
  *
  * $Id$
  *
index b000fb5d5879494fa84c0486a3f8c32b5ab0d6c8..a32b1184dea20d28ffdd1755c481546e5a4dc215 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * AddressProfiler.h
+ * AddressProfiler.hh
  *
  * Description:
  *
index edc4bbd6d8c81765f58eb921d4267b8efe307666..516e73ae9c45462c0550c2e64422ef8a38020ec7 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * CacheProfiler.C
  *
- * Description: See CacheProfiler.h
+ * Description: See CacheProfiler.hh
  *
  * $Id$
  *
index 4dcff42431abb9bd0ce27066dd490fc9426d507d..00beeb48429a21ecd3f155dff373fa386b51bbd9 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * CacheProfiler.h
+ * CacheProfiler.hh
  *
  * Description:
  *
index e5579f5979bb6acc38ccca7c9a1e9d3a09d2c774..ddbaebd6b1a0df1348dd15aec49d232d1b860435 100644 (file)
@@ -43,9 +43,9 @@
 */
 
 /*
- * Profiler.C
+ * Profiler.cc
  *
- * Description: See Profiler.h
+ * Description: See Profiler.hh
  *
  * $Id$
  *
index cb038a051beba0fc1fd9d0ebac998d2e76743538..e251059823fd27e7229d3dc8b2042303f74a967d 100644 (file)
  */
 
 /*
-     This file has been modified by Kevin Moore and Dan Nussbaum of the
-     Scalable Systems Research Group at Sun Microsystems Laboratories
-     (http://research.sun.com/scalable/) to support the Adaptive
-     Transactional Memory Test Platform (ATMTP).
+   This file has been modified by Kevin Moore and Dan Nussbaum of the
+   Scalable Systems Research Group at Sun Microsystems Laboratories
+   (http://research.sun.com/scalable/) to support the Adaptive
+   Transactional Memory Test Platform (ATMTP).
 
-     Please send email to atmtp-interest@sun.com with feedback, questions, or
-     to request future announcements about ATMTP.
+   Please send email to atmtp-interest@sun.com with feedback, questions, or
+   to request future announcements about ATMTP.
 
-     ----------------------------------------------------------------------
+   ----------------------------------------------------------------------
 
-     File modification date: 2008-02-23
+   File modification date: 2008-02-23
 
-     ----------------------------------------------------------------------
+   ----------------------------------------------------------------------
 */
 
 /*
- * Profiler.h
+ * Profiler.hh
  *
  * Description:
  *
index 6bb936248a12ebf9bd70ab3749812773cf9f2441..60ca412ad29bb96f2bdc840e42f9375a785973f5 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * $Id$
  *
- * Description: See AbstractCacheEntry.h
+ * Description: See AbstractCacheEntry.hh
  *
  */
 
index 5ef39b238a471bac86950bdf1e7cb2a8b4f2a15b..021c95b9d78739c4d3d6be7a3efd16829975b40c 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * $Id$
  *
- * Description: See AbstractChip.h
+ * Description: See AbstractChip.hh
  *
  */
 
index 81c7dc2b09196e67367197790b4ec1c0297322ee..150fd70fc5580502cc76217a6a006860af935eaf 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * NetworkMessage.h
+ * NetworkMessage.hh
  *
  * Description:
  *
index 1c0435aca8b010d06ab4ac80652ce518155c00dc..f16a02f26bd08e06002716ee48cf5e4f4358b0fd 100644 (file)
@@ -28,9 +28,9 @@
  */
 
 /*
- * slicc_util.C
+ * slicc_util.cc
  *
- * Description: See slicc_util.h
+ * Description: See slicc_util.hh
  *
  * $Id$
  *
index 6cc3c6cd208e73a58e9bff30f53ec5be046f5fa6..1529e631766b7596367708ba6176d4f3bed908ac 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * slicc_util.h
+ * slicc_util.hh
  *
  * Description: These are the functions that exported to slicc from ruby.
  *
index d4db1bb2875a4f46088643d0bb0678b7c9fb2c8d..d0fc0c4a55e6502719d6bb8504f1efca854df909 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * slicc_util.h
+ * slicc_util.hh
  *
  * Description: These are the functions that exported to slicc from ruby.
  *
index 8e214c74b8542e55bd557b0acff3819f31c14ff7..e56e1f505c4db059f37adcdedb260f09f00b5126 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * AbstractMemOrCache.h
+ * AbstractMemOrCache.hh
  *
  * Description:
  *
index 6908b9168bf4008cb16a614240ab746e99552784..22799ab131d9143b038e2f806f44e2293b51a9de 100644 (file)
  */
 
 /*
- * CacheMemory.h
+ * CacheMemory.hh
  *
  * Description:
  *
- * $Id: CacheMemory.h,v 3.7 2004/06/18 20:15:15 beckmann Exp $
+ * $Id: CacheMemory.hh,v 3.7 2004/06/18 20:15:15 beckmann Exp $
  *
  */
 
index a5f1bcddc8ed3e2f05b02039408a0f95b372a16b..40b990e2d728bca934ba1818a379926f78c9653e 100644 (file)
@@ -28,9 +28,9 @@
  */
 
 /*
- * DirectoryMemory.C
+ * DirectoryMemory.cc
  *
- * Description: See DirectoryMemory.h
+ * Description: See DirectoryMemory.hh
  *
  * $Id$
  *
index 3307e77a7be0f27e64275253dc2d304b148afc42..6451ed4598396d6b1acb149bcf7142c3ef6518c7 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * DirectoryMemory.h
+ * DirectoryMemory.hh
  *
  * Description:
  *
index 4515fe7fa8d7b32bcb8adbfe182890f06a98bf48..5bfa1584ca14d52f5fbce7a7935898eeebcdd5ce 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * NodeID.h
+ * NodeID.hh
  *
  * Description:
  *
index d26348ad4d290ef7142eb261feb2cbef2a19e502..86c6526c84c581cb8f4259e87427fd39ccc3a7be 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * MemoryControl.C
+ * MemoryControl.cc
  *
  * Description:  This module simulates a basic DDR-style memory controller
  * (and can easily be extended to do FB-DIMM as well).
index a98181b0b8acfef6aaecd15c8cf03b5ba4ac93e9..aef2edc5bc0f0b4ce32e05e3a518b665b7cab370 100644 (file)
@@ -28,9 +28,9 @@
  */
 
 /*
- * MemoryControl.h
+ * MemoryControl.hh
  *
- * Description:  See MemoryControl.C
+ * Description:  See MemoryControl.cc
  *
  * $Id: $
  *
@@ -56,7 +56,7 @@
 #include <list>
 
 // This constant is part of the definition of tFAW; see
-// the comments in header to MemoryControl.C
+// the comments in header to MemoryControl.cc
 #define ACTIVATE_PER_TFAW 4
 
 //////////////////////////////////////////////////////////////////////////////
index 04c339accad33f421a0f760a3a4a0a931fcfc1bc..e5d5f4d989e6efbfb981ab64b1e543c412cf6e06 100644 (file)
  */
 
 /*
- * NodeID.h
+ * NodeID.hh
  *
  * Description:
  *
- * $Id: NodeID.h,v 3.3 2003/12/04 15:01:39 xu Exp $
+ * $Id: NodeID.hh,v 3.3 2003/12/04 15:01:39 xu Exp $
  *
  */
 
index 32de2613e939d0fb3e9d65c0522cd19c718699d6..d731b25ae156d77ab6b6ebdff84fcfe193dcd96b 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * $Id: NodePersistentTable.h 1.3 04/08/16 14:12:33-05:00 beckmann@c2-143.cs.wisc.edu $
+ * $Id: NodePersistentTable.hh 1.3 04/08/16 14:12:33-05:00 beckmann@c2-143.cs.wisc.edu $
  *
  * Description:
  *
index 4578d0a44b90dd5ed044fce7f756dd3847b84700..9d647822c2f8f199f7eb985494e99ed9f90e8977 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * PerfectCacheMemory.h
+ * PerfectCacheMemory.hh
  *
  * Description:
  *
index 705d833f423efa5761aaa4192b88b92614d29fed..1ce05f51f5a00cd8a59ced4ae0c542323262a34f 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * PersistentArbiter.h
+ * PersistentArbiter.hh
  *
  * Description:
  *
index d34a2fd3e87a0be7744146827d3a4c739d8fa60e..1ccfd97ce0d03bb488631baea6e8477793d70cde 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * $Id: Sequencer.h 1.70 2006/09/27 14:56:41-05:00 bobba@s1-01.cs.wisc.edu $
+ * $Id: Sequencer.hh 1.70 2006/09/27 14:56:41-05:00 bobba@s1-01.cs.wisc.edu $
  *
  * Description:
  *
index 877a894fc680281bbfce486afc2e681487485b02..0e1a29130fbe1a505d80efb117a1cf2b6a257cdb 100644 (file)
@@ -28,9 +28,9 @@
  */
 
 /*
- * RubySystem.C
+ * RubySystem.cc
  *
- * Description: See RubySystem.h
+ * Description: See System.hh
  *
  * $Id$
  *
index 8679b55c3c6bd294b3e933b8446438b5803aabbf..bc493dd162cdea890743c996b59d5fcb9372a013 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * RubySystem.h
+ * System.hh
  *
  * Description: Contains all of the various parts of the system we are
  * simulating.  Performs allocation, deallocation, and setup of all
index aa7e0df6e50e5d623e11b64eb31e418fe8d64f3c..2a0c78f06d41a2bd93a8c0b5974f9746c3055a92 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * TBETable.h
+ * TBETable.hh
  *
  * Description:
  *
index 36ac83fc60a90712078de605356f23f4fa24929b..9912036f3c44b81d77f518d39deb53952926389a 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * TimerTable.h
+ * TimerTable.hh
  *
  * Description:
  *
index fe5540b004d678691de02e36ba273d8b5e940802..35791dcba21d82a522213e806cada33e9231d3ca 100644 (file)
@@ -17,7 +17,7 @@
  * */
 
 /*
- * $Id: Instruction.h 1.2 05/05/24 12:15:47-05:00 kmoore@balder.cs.wisc.edu $
+ * $Id: Instruction.hh 1.2 05/05/24 12:15:47-05:00 kmoore@balder.cs.wisc.edu $
  *
  * Description:
  *
index 17f827ee81b10802d0d0fa5869de146b7e383ae0..1c273eac362b543726c8c911bbc833585eeea239 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
+ * Copyright (c) 1999-2005 Mark D. Hill and David A. Wood
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 9b4c7162393d287bf4e5f998ed63beea7fb5d246..9aaaffba041923b88eedf88b04387dcc0e31ab34 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
+ * Copyright (c) 1999-2005 Mark D. Hill and David A. Wood
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index cf59a4360e5551088e9ecbed12f0ed16d09ccad2..e893c453a726048a8978c8d0143c86ba391a5502 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * AST.C
  *
- * Description: See AST.h
+ * Description: See AST.hh
  *
  * $Id$
  *
index 93c45b3f09657528c918461450191b8dba7256bb..53f9a6c334a6ba59a9dc92615b17b53bb6d1fd6d 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * AST.h
+ * AST.hh
  *
  * Description:
  *
index 372920a1b41c81ffe2100e03d7e217104d2a8079..2734722d1bcea074ce5ab747582768c2276110b7 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * ActionDeclAST.C
  *
- * Description: See ActionDeclAST.h
+ * Description: See ActionDeclAST.hh
  *
  * $Id$
  *
index bf6d4d403eb8e0d7e532c101a3257f6c9ccd7846..53d938ca868c6780fc24e605e936a6dcba5b2a88 100644 (file)
  */
 
 /*
- * ActionDeclAST.h
+ * ActionDeclAST.hh
  *
  * Description:
  *
- * $Id: ActionDeclAST.h,v 3.2 2003/07/10 18:08:06 milo Exp $
+ * $Id: ActionDeclAST.hh,v 3.2 2003/07/10 18:08:06 milo Exp $
  *
  */
 
index 290ef101d119e2b766a6a07d07e228f8b9035b0a..8cf42aa633878ae9b9d237b7cb2572fc4c960b0e 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * AssignStatementAST.C
  *
- * Description: See AssignStatementAST.h
+ * Description: See AssignStatementAST.hh
  *
  * $Id: AssignStatementAST.C,v 3.2 2003/08/01 18:38:19 beckmann Exp $
  *
index 0b442b5c67b456cd80b5cbb6f2a86370f67c5c68..2c19da831f677b94a9c3f437d05e758b280f28b8 100644 (file)
  */
 
 /*
- * AssignStatementAST.h
+ * AssignStatementAST.hh
  *
  * Description:
  *
- * $Id: AssignStatementAST.h,v 3.2 2001/12/12 01:00:09 milo Exp $
+ * $Id: AssignStatementAST.hh,v 3.2 2001/12/12 01:00:09 milo Exp $
  *
  */
 
index 952bd6ad9864a6dd6e6123664b9505fae49e88da..61dccf2c09c28c8a0116bfd0f041f027886972ab 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * ChipComponentAccessAST.C
  *
- * Description: See ChipComponentAccessAST.h
+ * Description: See ChipComponentAccessAST.hh
  *
  * $Id: ChipComponentAccessAST.C 1.9 04/06/18 21:00:08-00:00 beckmann@cottons.cs.wisc.edu $
  *
index 4702066a5b37b300790a676b1086ff312b4a039a..1f22a79e48b31468154de4e83e425d5906680d43 100644 (file)
@@ -32,7 +32,7 @@
  *
  * Description:
  *
- * $Id: ChipComponentAccessAST.h 1.8 04/06/18 21:00:08-00:00 beckmann@cottons.cs.wisc.edu $
+ * $Id: ChipComponentAccessAST.hh 1.8 04/06/18 21:00:08-00:00 beckmann@cottons.cs.wisc.edu $
  *
  */
 
index ebbdaeeaa204b34c436cd5ca281e5b2e5129ca85..6ccf9a9d61192011994fa8a4cfd171da7003fa47 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * DeclAST.C
  *
- * Description: See DeclAST.h
+ * Description: See DeclAST.hh
  *
  * $Id$
  *
index bcada71808ee1a9fa16c416327656332c98008aa..d9e4555b4252fdbd9761e37da9aa5d9a2afcef4d 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * DeclAST.h
+ * DeclAST.hh
  *
  * Description:
  *
index f2e35acd0aca365351e4650c3577248bde98b156..8337d714b48f2ff4d293c08ec1a98966d29b18c6 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * DeclListAST.C
  *
- * Description: See DeclListAST.h
+ * Description: See DeclListAST.hh
  *
  * $Id$
  *
index f776a08122738db9723f153f7681900385763e8f..1c2bc3c05bc569b0519a3758d348322f560c8d06 100644 (file)
  */
 
 /*
- * DeclListAST.h
+ * DeclListAST.hh
  *
  * Description:
  *
- * $Id: DeclListAST.h,v 3.1 2001/12/12 01:00:12 milo Exp $
+ * $Id: DeclListAST.hh,v 3.1 2001/12/12 01:00:12 milo Exp $
  *
  */
 
index 939b9734c58c7276d369b750844aac7d1c4313e0..fc2776ed70cec5d02f744d3359f2bc555653c2af 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * EnqueueStatementAST.h
+ * EnqueueStatementAST.hh
  *
  * Description:
  *
index 0edfa57f7e84f0606cd7706979a641760f4d6e88..b051f3c8f51bfcfe495ec9e307e711e22e720a90 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * EnumDeclAST.C
  *
- * Description: See EnumDeclAST.h
+ * Description: See EnumDeclAST.hh
  *
  * $Id$
  *
index 24384dedbb5386623260319de9c55c70c52829a9..2af650e8335eeafcb95434a85367b07b133b81b4 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * EnummDeclAST.h
+ * EnummDeclAST.hh
  *
  * Description:
  *
index f04c3efff6a992d2004511e9c9d0d24ab3ed824e..0d8af0e9f26870635bb1f170637c565455930be1 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * EnumExprAST.C
  *
- * Description: See EnumExprAST.h
+ * Description: See EnumExprAST.hh
  *
  * $Id: EnumExprAST.C,v 3.1 2003/07/10 18:08:06 milo Exp $
  *
index 08feea450ed978d77c386f59b7658519c1ece967..8af1c88917e961ab32fb30f8c2046fdade8d8fe7 100644 (file)
  */
 
 /*
- * EnumExprAST.h
+ * EnumExprAST.hh
  *
  * Description:
  *
- * $Id: EnumExprAST.h,v 3.2 2003/07/10 18:08:06 milo Exp $
+ * $Id: EnumExprAST.hh,v 3.2 2003/07/10 18:08:06 milo Exp $
  *
  */
 
index c933d0ed65769f8c40e6b3162af5998a17713a67..3427d4dd956a3f7d283c8b2eae15313cd3df3764 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * ExprAST.C
  *
- * Description: See ExprAST.h
+ * Description: See ExprAST.hh
  *
  * $Id$
  *
index a2ec9cb815b0e45445af07e7140e58ce698e2b72..9566541dac38e38be7e7a5d1c6603f9810a7db21 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * ExprAST.h
+ * ExprAST.hh
  *
  * Description:
  *
index fa9465d81e02228296a7228d3521659b1eb8340b..f4bffaab37925f8def114f0cbd02b546c7f9ec57 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * ExprStatementAST.C
  *
- * Description: See ExprStatementAST.h
+ * Description: See ExprStatementAST.hh
  *
  * $Id$
  *
index 046de6599f1d60466d6ea7b1635f143fa00f08cc..a47e86af5e8b43d0cc03bb922f22ee4f3c2ab842 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * ExprStatementAST.h
+ * ExprStatementAST.hh
  *
  * Description:
  *
index 171c4c9335824b580b325761b9cb493d8a88253e..4ca2c897818b0cb5dc1cbfa11c755b3d69ad0e66 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * FormalParamAST.C
  *
- * Description: See FormalParamAST.h
+ * Description: See FormalParamAST.hh
  *
  * $Id: FormalParamAST.C,v 3.1 2000/10/05 21:22:20 milo Exp $
  *
index be213fb010cac1f937e77ccbf164e37964961be5..63d66cc03e9fe7da136286e40476faab35face99 100644 (file)
  */
 
 /*
- * FormalParamAST.h
+ * FormalParamAST.hh
  *
  * Description:
  *
- * $Id: FormalParamAST.h,v 3.1 2001/12/12 01:00:15 milo Exp $
+ * $Id: FormalParamAST.hh,v 3.1 2001/12/12 01:00:15 milo Exp $
  *
  */
 
index becead5459c70459ec40ba1f93345b29b1853b0b..5b19017e96203b7ea2eafd38488c7999d2d20ff2 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * FuncCallExprAST.C
  *
- * Description: See FuncCallExprAST.h
+ * Description: See FuncCallExprAST.hh
  *
  * $Id$
  *
index fecca348693a7dc77d8f430f1f03d4af4ac316fd..6c02122ee0b8a8eccfb0dcdc9f789d2b06723aad 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * FuncCallExprAST.h
+ * FuncCallExprAST.hh
  *
  * Description:
  *
index 69c09121ad93bb579f55eb2b281fbf65fae382ab..7fb0e6346d77f05e2a9ca126230b860e0da2796a 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * FuncDeclAST.C
  *
- * Description: See FuncDeclAST.h
+ * Description: See FuncDeclAST.hh
  *
  * $Id: FuncDeclAST.C,v 3.4 2003/08/22 18:19:34 beckmann Exp $
  *
index a06eb7eb17d97432f1e5db3e3a6c37188593d0e4..d6069430359f527e0ac92b6110a13c804bb35032 100644 (file)
  */
 
 /*
- * FuncDeclAST.h
+ * FuncDeclAST.hh
  *
  * Description:
  *
- * $Id: FuncDeclAST.h,v 3.2 2003/07/10 18:08:06 milo Exp $
+ * $Id: FuncDeclAST.hh,v 3.2 2003/07/10 18:08:06 milo Exp $
  *
  */
 
index e3c076ff1762b70eca874ba628e21f8dd6d8879d..40942a58dbd3c7aa9cfc9f5be7632f8a20153611 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * IfStatementAST.C
  *
- * Description: See IfStatementAST.h
+ * Description: See IfStatementAST.hh
  *
  * $Id$
  *
index 6ac4a573b1a13a1fbaf1ae80a790a5c3af0ae628..2c168913a3e1b77cf43320ea3267dd2d43bd6d15 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * IfStatementAST.h
+ * IfStatementAST.hh
  *
  * Description:
  *
index 7711f2b6c49ad93dfe761dfcbe54aa5ebb3edc57..f62af9921aef74ff329711deb1c7bc0eeb15798a 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * InPortDeclAST.C
  *
- * Description: See InPortDeclAST.h
+ * Description: See InPortDeclAST.hh
  *
  * $Id$
  *
index 24d8b1cfbf04635d19344393430212d29006ebe2..e6295a6e22558ac890ba86e8f805a15a7864a98f 100644 (file)
  */
 
 /*
- * InPortDeclAST.h
+ * InPortDeclAST.hh
  *
  * Description:
  *
- * $Id: InPortDeclAST.h,v 3.2 2003/07/10 18:08:06 milo Exp $
+ * $Id: InPortDeclAST.hh,v 3.2 2003/07/10 18:08:06 milo Exp $
  *
  */
 
index 916974bc76b264bffce5651dc839b06b9fe42a12..40719fc6676e3f3675959f34a806df119e5e9108 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * InfixOperatorExprAST.C
  *
- * Description: See InfixOperatorExprAST.h
+ * Description: See InfixOperatorExprAST.hh
  *
  * $Id: InfixOperatorExprAST.C,v 3.2 2004/01/31 20:46:15 milo Exp $
  *
index a573acbb70e59d81fb76bcf91d7d39df2eda4efe..f97ab8805dfa02b33663379ef0c61ff82d4b6436 100644 (file)
  */
 
 /*
- * InfixOperatorExprAST.h
+ * InfixOperatorExprAST.hh
  *
  * Description:
  *
- * $Id: InfixOperatorExprAST.h,v 3.1 2001/12/12 01:00:19 milo Exp $
+ * $Id: InfixOperatorExprAST.hh,v 3.1 2001/12/12 01:00:19 milo Exp $
  *
  */
 
index 04083db262dc280dbc844281dc1da99b7c13cad5..4e384a3b34a5a410884fb5ad0b5e37e4859615d4 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * LiteralExprAST.C
  *
- * Description: See LiteralExprAST.h
+ * Description: See LiteralExprAST.hh
  *
  * $Id: LiteralExprAST.C,v 3.1 2002/10/22 21:27:52 milo Exp $
  *
index b0152489b0537f57594a15a8db9b2af11271ba52..c895fa9aef6549637ef70f73a32e3ee77b543f17 100644 (file)
  */
 
 /*
- * LiteralExprAST.h
+ * LiteralExprAST.hh
  *
  * Description:
  *
- * $Id: LiteralExprAST.h,v 3.1 2001/12/12 01:00:20 milo Exp $
+ * $Id: LiteralExprAST.hh,v 3.1 2001/12/12 01:00:20 milo Exp $
  *
  */
 
index 23d1dba0f40aab9fe48c69dbc89b91fffc8bedfb..fd224fe2fea2c33ee61f681fce28d3d5fd768c60 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * Location.C
  *
- * Description: See Location.h
+ * Description: See Location.hh
  *
  * $Id: Location.C,v 3.3 2004/05/30 22:19:02 kmoore Exp $
  *
index 3233bdb3b496a18e4cfbe4cabeedcf1edac2a793..c9e20418e0afbd08703f9c272163e56827556e1d 100644 (file)
  */
 
 /*
- * Location.h
+ * Location.hh
  *
  * Description:
  *
- * $Id: Location.h,v 3.1 2001/12/12 01:00:20 milo Exp $
+ * $Id: Location.hh,v 3.1 2001/12/12 01:00:20 milo Exp $
  *
  */
 
index 68acb0070ef8642eff8feb62f771c3769c5a015f..8c2f647be95994534f01e3c69740be3a7495f994 100644 (file)
  */
 
 /*
- * MachineAST.C
+ * MachineAST.cc
  *
- * Description: See MachineAST.h
+ * Description: See MachineAST.hh
  *
- * $Id: MachineAST.C,v 3.1 2003/03/17 01:54:25 xu Exp $
+ * $Id: MachineAST.cc,v 3.1 2003/03/17 01:54:25 xu Exp $
  *
  */
 
index cf8361d824aa82ece6cf1294659e9f014a420191..037803db5c9fc3fc4cd90f4e3ec3f524807749a2 100644 (file)
  */
 
 /*
- * ActionDeclAST.h
+ * ActionDeclAST.hh
  *
  * Description:
  *
- * $Id: MachineAST.h,v 3.2 2003/07/10 18:08:06 milo Exp $
+ * $Id: MachineAST.hh,v 3.2 2003/07/10 18:08:06 milo Exp $
  *
  */
 
index 9547251b631b936311182e028af63f6ecc7bb0ca..1bcfdc7f17d379e6c54d149ec967eb2974992b03 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * FieldExprAST.C
  *
- * Description: See FieldExprAST.h
+ * Description: See FieldExprAST.hh
  *
  * $Id$
  *
index 2be5c69d6972da1976c8fbf11e99d5a39dfb1965..34b694882e137cf187418f1470417049356304f8 100644 (file)
  */
 
 /*
- * MemberExprAST.h
+ * MemberExprAST.hh
  *
  * Description:
  *
- * $Id: MemberExprAST.h,v 3.1 2001/12/12 01:00:21 milo Exp $
+ * $Id: MemberExprAST.hh,v 3.1 2001/12/12 01:00:21 milo Exp $
  *
  */
 
index da4be31e84861193bee992f183e2e4c493fe8cd0..0e2fed769ce80f656cbd5cc5e5e72e09b18c21ec 100644 (file)
@@ -28,9 +28,9 @@
  */
 
 /*
- * MethodCallExprAST.C
+ * MethodCallExprAST.cc
  *
- * Description: See MethodCallExprAST.h
+ * Description: See MethodCallExprAST.hh
  *
  * $Id$
  *
index 537d5993a9578a45a23820ebd22dbe8843b993ec..d248e6ba473c8717875deda3c9d1410c80acb235 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * MethodCallExprAST.h
+ * MethodCallExprAST.hh
  *
  * Description:
  *
index 6e338cc3db8a07cf45f481641442edbf02b3fe6f..f9349f9de51a7bf6ef06cbb1a426f3232b4bc57d 100644 (file)
  */
 
 /*
- * ObjDeclAST.C
+ * ObjDeclAST.cc
  *
- * Description: See ObjDeclAST.h
+ * Description: See ObjDeclAST.hh
  *
- * $Id: ObjDeclAST.C,v 3.13 2004/06/24 15:56:14 beckmann Exp $
+ * $Id: ObjDeclAST.cc,v 3.13 2004/06/24 15:56:14 beckmann Exp $
  *
  */
 
index 0415f53225389f7f3d0e7718c0b6f264fb776104..0b808f472ca1c828521a38dcd4142fc74dd1c026 100644 (file)
  */
 
 /*
- * ObjDeclAST.h
+ * ObjDeclAST.hh
  *
  * Description:
  *
- * $Id: ObjDeclAST.h,v 3.2 2003/07/10 18:08:06 milo Exp $
+ * $Id: ObjDeclAST.hh,v 3.2 2003/07/10 18:08:06 milo Exp $
  *
  */
 
index b53484715467b1d81522d64ac1fa3b7d02337b98..56a377f235809ee525f8164ef550bb7214ed9aae 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * OutPortDeclAST.C
  *
- * Description: See OutPortDeclAST.h
+ * Description: See OutPortDeclAST.hh
  *
  * $Id: OutPortDeclAST.C,v 3.3 2004/02/02 22:37:51 milo Exp $
  *
index 28fc5903eae63bb9431d74409bee720d1c7bc6d4..0aa0172d3e767b81368b2a2a4a6c88aa9907736a 100644 (file)
  */
 
 /*
- * OutPortDeclAST.h
+ * OutPortDeclAST.hh
  *
  * Description:
  *
- * $Id: OutPortDeclAST.h,v 3.2 2003/07/10 18:08:06 milo Exp $
+ * $Id: OutPortDeclAST.hh,v 3.2 2003/07/10 18:08:06 milo Exp $
  *
  */
 
index 312aa69467285176961b8aa171f9355dee19fb81..c42843ccec2b8b0ab4db8ef2477d55f5b74e7ad1 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * PairAST.C
  *
- * Description: See PairAST.h
+ * Description: See PairAST.hh
  *
  * $Id$
  *
index 7f2969b0c86d8527d04fc4af1ad401e93d079de5..d1bb99b93fdd6e7a92af9af2cb2b628c67fcd0aa 100644 (file)
  */
 
 /*
- * PairAST.h
+ * PairAST.hh
  *
  * Description:
  *
- * $Id: PairAST.h,v 3.1 2001/12/12 01:00:24 milo Exp $
+ * $Id: PairAST.hh,v 3.1 2001/12/12 01:00:24 milo Exp $
  *
  */
 
index 925b8065f41f97eb55ac3891a6e418375efbaf52..76892d43714bf842a88ddd7b8109c47e4a2f7f07 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * PairListAST.C
  *
- * Description: See PairListAST.h
+ * Description: See PairListAST.hh
  *
  * $Id$
  *
index bc695eaa4cb24ed509020f97bf0a777b8d10f426..7edcdc1e7f8f20787fb1ae25743a4bb05256dc3c 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * PairListAST.h
+ * PairListAST.hh
  *
  * Description:
  *
index 96e97f18ba99ecc0eacd525bc33f80aeebaea9f8..3e92446dd0a53e6f00245dff5ffd734e493e5925 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * PeekStatementAST.C
  *
- * Description: See PeekStatementAST.h
+ * Description: See PeekStatementAST.hh
  *
  * $Id$
  *
index da663a4aeac54cce68324bee71eab90b23f78374..e8c65ce4f8ad10e73fd690040302aac7e32d394d 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * PeekStatementAST.h
+ * PeekStatementAST.hh
  *
  * Description:
  *
index acc6fcd885b69be7cad24c1c47f0a078458b7ce5..8ec937c87006cef0c30aa85a301a1b2b9fb3308d 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * ReturnStatementAST.C
  *
- * Description: See ReturnStatementAST.h
+ * Description: See ReturnStatementAST.hh
  *
  * $Id$
  *
index 86717bf31cc911d6b3c9613d39bc7ad75009e5b3..1fa1b36d69fbede4f19e4824e99e1f5e3604febb 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * ReturnStatementAST.h
+ * ReturnStatementAST.hh
  *
  * Description:
  *
index f15c5f0119a057cad612fc888ad95d7bee44b4ad..35627722ac3235c422c96cd6c0dc1cd5e23e3bcf 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * StatementAST.C
  *
- * Description: See StatementAST.h
+ * Description: See StatementAST.hh
  *
  * $Id$
  *
index d4ff541930ac82175fc7e57ae8a4f65ce9e3d458..9946541d3af2661ae72e0f4326a0a8cae80719bd 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * StatementAST.h
+ * StatementAST.hh
  *
  * Description:
  *
index dfdcc2d26419a87ceb081d5d3127fad732625e6f..0f5817f7ce2b6c37bf92ffbe94159d38ac2b31a3 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * StatementListAST.C
  *
- * Description: See StatementListAST.h
+ * Description: See StatementListAST.hh
  *
  * $Id$
  *
index c77cb8c653e544f6cf67cda9d274c3afb737440f..831e2481a222d1075a3db9f8aeeecdd1c248896a 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * StatementListAST.h
+ * StatementListAST.hh
  *
  * Description:
  *
index a1826041aed81294c70ff4bb093d0ed0b838de68..66b7ca132c2b14a1eb74da9ca77d32341e40d571 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * TransitionDeclAST.C
  *
- * Description: See TransitionDeclAST.h
+ * Description: See TransitionDeclAST.hh
  *
  * $Id$
  *
index 95bf0b48c1e2e96acab9e7615318d6ae042d2d64..f07f0a3c2ea479f7cefb9cae01694b45c65e8b41 100644 (file)
  */
 
 /*
- * TransistionDeclAST.h
+ * TransistionDeclAST.hh
  *
  * Description:
  *
- * $Id: TransitionDeclAST.h,v 3.2 2003/07/10 18:08:07 milo Exp $
+ * $Id: TransitionDeclAST.hh,v 3.2 2003/07/10 18:08:07 milo Exp $
  *
  */
 
index 284e917dfdb3bb0f76f1f850276f44af78258482..7590b4e7c82e20ee8202ff415fce07ceff6a6f10 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * TypeAST.C
  *
- * Description: See TypeAST.h
+ * Description: See TypeAST.hh
  *
  * $Id: TypeAST.C,v 3.1 2003/03/22 15:15:16 xu Exp $
  *
index a1aa13ad4cc8ee5e37851fea6ed65395dd79476e..f8e1fdc240b733fcc8c93e4061058efe3e6e4e79 100644 (file)
  */
 
 /*
- * TypeAST.h
+ * TypeAST.hh
  *
  * Description:
  *
- * $Id: TypeAST.h,v 3.2 2003/03/22 15:15:17 xu Exp $
+ * $Id: TypeAST.hh,v 3.2 2003/03/22 15:15:17 xu Exp $
  *
  */
 
index 1af2beb1ceeb4246a58364da4d37604a13aec94c..bbf2f8491ce5168916bbd6ebc8a8fa705da73875 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * TypeDeclAST.C
  *
- * Description: See TypeDeclAST.h
+ * Description: See TypeDeclAST.hh
  *
  * $Id: TypeDeclAST.C,v 3.1 2003/03/22 15:15:17 xu Exp $
  *
index bb0ea2935c388e14235f1cb256707c31271aec96..8a72c0406d31a621983d35e08784f3ba4dbd918b 100644 (file)
  */
 
 /*
- * TypeDeclAST.h
+ * TypeDeclAST.hh
  *
  * Description:
  *
- * $Id: TypeDeclAST.h,v 3.2 2003/03/17 01:55:28 xu Exp $
+ * $Id: TypeDeclAST.hh,v 3.2 2003/03/17 01:55:28 xu Exp $
  *
  */
 
index 9b3c77ef37db26f9350342467ce0ded0d830725a..5657d023c2363ad8ad491639991e994c3abc302d 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * TypeFieldAST.C
  *
- * Description: See TypeFieldAST.h
+ * Description: See TypeFieldAST.hh
  *
  * $Id$
  *
index 9979121f5f3fda4147759aff475e360d99c53bd8..14437204777da1987f8a08d4da67c033c03c3618 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * TypeFieldAST.h
+ * TypeFieldAST.hh
  *
  * Description:
  *
index 47a42d8eba32410b5cc136e259684548525f6daf..1a02f7edd101637a2fa62a3365b24d9faca099a4 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * TypeFieldEnumAST.C
  *
- * Description: See TypeFieldEnumAST.h
+ * Description: See TypeFieldEnumAST.hh
  *
  * $Id$
  *
index c17f3cfab4b7e950b067b7a29deef46f26af5966..cd02f03bbd895c85f56e692496d5bdc8d2c1cc29 100644 (file)
  */
 
 /*
- * TypeFieldEnumAST.h
+ * TypeFieldEnumAST.hh
  *
  * Description:
  *
- * $Id: TypeFieldEnumAST.h,v 3.2 2003/07/10 18:08:07 milo Exp $
+ * $Id: TypeFieldEnumAST.hh,v 3.2 2003/07/10 18:08:07 milo Exp $
  *
  */
 
index 67b90b44eb8fd30ad5e48039d885ad41960f5350..1fe0f6d4b450efeb028bb23e3713f510cfd7b9a4 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * TypeFieldMemberAST.C
  *
- * Description: See TypeFieldMemberAST.h
+ * Description: See TypeFieldMemberAST.hh
  *
  * $Id: TypeFieldMemberAST.C,v 3.1 2003/03/27 22:58:54 xu Exp $
  *
index 9f8df0520b88834c14249e4e7a6584f189ecfcbd..47355f3ac4a389896a24c55d94349225470e8d7c 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * TypeFieldMemberAST.h
+ * TypeFieldMemberAST.hh
  *
  * Description:
  *
index 71c7a8fd1439ce149cba2fee3f0a0e4d45aa9aa3..03c528f87dee31809ef8788b27aec297651b1c96 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * TypeFieldMethodAST.C
  *
- * Description: See TypeFieldMethodAST.h
+ * Description: See TypeFieldMethodAST.hh
  *
  * $Id: TypeFieldMethodAST.C,v 3.1 2003/07/10 18:08:07 milo Exp $
  *
index c429b7ef65baa49fdef047ad854360b63c49733c..10d53ef808f6db0ce0b1fa6f72acbe76d5e87296 100644 (file)
  */
 
 /*
- * TypeFieldMethodAST.h
+ * TypeFieldMethodAST.hh
  *
  * Description:
  *
- * $Id: TypeFieldMethodAST.h,v 3.2 2003/07/10 18:08:07 milo Exp $
+ * $Id: TypeFieldMethodAST.hh,v 3.2 2003/07/10 18:08:07 milo Exp $
  *
  */
 
index 878d0d6419827d0b3425f80d25fc30a8232facbf..13e26554087227f01a74172fd66546494a795d8b 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * VarExprAST.C
  *
- * Description: See VarExprAST.h
+ * Description: See VarExprAST.hh
  *
  * $Id$
  *
index 65829de8f7b014e535b7cc7dd5545621facde923..ea32582a2432202cad28b45dca0b129251291565 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * VarExprAST.h
+ * VarExprAST.hh
  *
  * Description:
  *
index 273c76bfd760e2369c5166d06c8f4508c3f78d55..15eccd3cad22333125fd148d3aa3c4480bce99fc 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * fileio.C
  *
- * Description: See fileio.h
+ * Description: See fileio.hh
  *
  * $Id: fileio.C,v 3.3 2003/07/10 18:08:08 milo Exp $
  *
index fa1cc34932cec09b39919bba26c888b17707d81d..81b7306bc2bf379de8dbd51fd22c63a648ba8d18 100644 (file)
  */
 
 /*
- * fileio.h
+ * fileio.hh
  *
  * Description:
  *
- * $Id: fileio.h,v 3.2 2003/02/24 20:54:25 xu Exp $
+ * $Id: fileio.hh,v 3.2 2003/02/24 20:54:25 xu Exp $
  *
  * */
 
index ebe02db925aa8b0b4070c541f8a1f00c031ecfe1..2d35dccb69d40f326d82a3e67086d5efdbf5425d 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * html_gen.C
  *
- * Description: See html_gen.h
+ * Description: See html_gen.hh
  *
  * $Id: html_gen.C,v 3.4 2004/01/31 20:46:50 milo Exp $
  *
index e90836b332be35b2e91da8546b7428b8b4fd6b9b..6b1f8ea92e3d3ff15c203eb0e81875484cef2d01 100644 (file)
  */
 
 /*
- * html_gen.h
+ * html_gen.hh
  *
  * Description:
  *
- * $Id: html_gen.h,v 3.1 2001/12/12 01:00:35 milo Exp $
+ * $Id: html_gen.hh,v 3.1 2001/12/12 01:00:35 milo Exp $
  *
  * */
 
index 9cc5e1ea3145550581b18c80bf3dd568af4a7707..6da75f748e89ac08c492f4c11b4e075d1e076742 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * $Id: mif_gen.h,v 3.1 2001/12/12 01:00:35 milo Exp $
+ * $Id: mif_gen.hh,v 3.1 2001/12/12 01:00:35 milo Exp $
  *
  */
 
index 3e09c58f9ccb4c38d25299c1e63ce6b8517373ab..a10dcca532de28b71ee010bb572ccbcee56094f0 100644 (file)
  */
 
 /*
- * main.h
+ * main.hh
  *
  * Description:
  *
- * $Id: main.h,v 3.2 2003/03/17 01:50:01 xu Exp $
+ * $Id: main.hh,v 3.2 2003/03/17 01:50:01 xu Exp $
  *
  * */
 
index 0ccca75984d24d8078494e82baf2b040ff7f8c43..6bc7633001a1ee058067b818d44379c1356470f0 100644 (file)
@@ -28,9 +28,9 @@
  */
 
 /*
- * Func.C
+ * Func.cc
  *
- * Description: See Func.h
+ * Description: See Func.hh
  *
  * $Id$
  *
index c7e78838e8967f9aa25d64c2e67fc8e7c8f7e8e6..6ceaba378648ad344c16f805cc2d1526e5e5a601 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * Func.h
+ * Func.hh
  *
  * Description:
  *
index 5e032e65d9c35484daeed7d6b1a50f126510499b..afd3f944323297aa032d242d92b16636288a712f 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * SymbolTable.h
+ * SymbolTable.hh
  *
  * Description:
  *
index 7d39447b0e219a648c1f9916640b2d7e28d0254f..75d6da4e916d0fa410d69a1b282e31e1636fd2cd 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * Transition.h
+ * Transition.hh
  *
  * Description:
  *
index a1de381ec017efba212b181afef9795f1905d1e7..0a3a7a3beb6c64df6cec6a6447e63fe5f505309d 100644 (file)
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+/*
+ * Type.cc
+ *
+ * Description: See Type.hh
+ *
+ * $Id$
+ * */
+
 #include "mem/slicc/symbols/Type.hh"
 #include "mem/slicc/generator/fileio.hh"
 #include "mem/gems_common/Map.hh"
index 4187d8ad5be618b7c0a410c3e035fdbbc14e7a7b..cd09c066fc08fc2974b97cf4b36bd5d2779ceca4 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * Type.h
+ * Type.hh
  *
  * Description:
  *
index 7b1a2c77d09347a548b6f9d41da1231edb1afef8..58e9f28e4ac65682ad36c0f0f5e28bc058842617 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * Var.h
+ * Var.hh
  *
  * Description:
  *