[Avida-cvs] [Avida2-svn] r134 - branches/developers/kaben-organism-scope/source/bindings/Boost.Python

kaben at myxo.css.msu.edu kaben at myxo.css.msu.edu
Fri Apr 8 22:49:48 PDT 2005


Author: kaben
Date: 2005-04-09 01:49:48 -0400 (Sat, 09 Apr 2005)
New Revision: 134

Modified:
   branches/developers/kaben-organism-scope/source/bindings/Boost.Python/hardware_cpu-fixups.cc
Log:

* Removed double-include-guards from implementation file.



Modified: branches/developers/kaben-organism-scope/source/bindings/Boost.Python/hardware_cpu-fixups.cc
===================================================================
--- branches/developers/kaben-organism-scope/source/bindings/Boost.Python/hardware_cpu-fixups.cc	2005-04-09 05:49:12 UTC (rev 133)
+++ branches/developers/kaben-organism-scope/source/bindings/Boost.Python/hardware_cpu-fixups.cc	2005-04-09 05:49:48 UTC (rev 134)
@@ -1,6 +1,4 @@
-#ifndef HARDWARE_CPU_FIXUPS_HH
 #include "hardware_cpu-fixups.hh"
-#endif
 
 int cHardwareCPU_GetRegister(cHardwareCPU &hardware_cpu, int reg_id){
   return hardware_cpu.Register(reg_id);




More information about the Avida-cvs mailing list