tiny edits
authorChris Koeritz <fred@gruntose.com>
Thu, 21 Jul 2016 00:54:34 +0000 (20:54 -0400)
committerChris Koeritz <fred@gruntose.com>
Thu, 21 Jul 2016 00:54:34 +0000 (20:54 -0400)
nucleus/.settings/language.settings.xml
nucleus/library/timely/stopwatch.h

index 1290d67413df83daf58efafb0a03a0ac91338d89..20dd7fcd99e6cfc9d7364404fa425a44bffb9cd9 100644 (file)
@@ -5,7 +5,7 @@
                        <provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
                        <provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
                        <provider copy-of="extension" id="org.eclipse.cdt.managedbuilder.core.GCCBuildCommandParser"/>
-                       <provider class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuiltinSpecsDetector" console="false" env-hash="-418292371039896601" id="org.eclipse.cdt.managedbuilder.core.GCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
+                       <provider class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuiltinSpecsDetector" console="false" env-hash="-216140311521758727" id="org.eclipse.cdt.managedbuilder.core.GCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
                                <language-scope id="org.eclipse.cdt.core.gcc"/>
                                <language-scope id="org.eclipse.cdt.core.g++"/>
                        </provider>
index 964debf77af5df0043258a78c51aa70d64da719a..a3d4411d5e91a57c18f6993361da2e87bdbb28a3 100644 (file)
@@ -1,18 +1,17 @@
 #ifndef STOPWATCH_CLASS
 #define STOPWATCH_CLASS
 
-/***
-*
-*  Name   : stopwatch
-*  Author : Chris Koeritz
-*******************************************************************************
-* Copyright (c) 1991-$now By Author.  This program is free software; you can  *
-* redistribute it and/or modify it under the terms of the GNU General Public  *
-* License as published by the Free Software Foundation; either version 2 of   *
-* the License or (at your option) any later version.  This is online at:      *
-*     http://www.fsf.org/copyleft/gpl.html                                    *
-* Please send any updates to: fred@gruntose.com                               *
-\*****************************************************************************/
+/*
+ *  Name   : stopwatch
+ *  Author : Chris Koeritz
+ *
+ * Copyright (c) 1991-$now By Author.  This program is free software; you can
+ * redistribute it and/or modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either version 2 of
+ * the License or (at your option) any later version.  This is online at:
+ *     http://www.fsf.org/copyleft/gpl.html
+ * Please send any updates to: fred@gruntose.com
+ */
 
 #include "time_stamp.h"