avr-libc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-commit] [2344] Corrected erroneous 'include once' which preven


From: Mike Rice
Subject: [avr-libc-commit] [2344] Corrected erroneous 'include once' which prevented using both eu_dst and usa_dst in the same application.
Date: Wed, 10 Apr 2013 19:52:10 +0000

Revision: 2344
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2344
Author:   swfltek
Date:     2013-04-10 19:52:09 +0000 (Wed, 10 Apr 2013)
Log Message:
-----------
Corrected erroneous 'include once' which prevented using both eu_dst and 
usa_dst in the same application.

Modified Paths:
--------------
    trunk/avr-libc/include/util/usa_dst.h

Modified: trunk/avr-libc/include/util/usa_dst.h
===================================================================
--- trunk/avr-libc/include/util/usa_dst.h       2013-04-09 20:07:01 UTC (rev 
2343)
+++ trunk/avr-libc/include/util/usa_dst.h       2013-04-10 19:52:09 UTC (rev 
2344)
@@ -50,8 +50,8 @@
 
 */
 
-#ifndef EU_DST_H
-#define EU_DST_H
+#ifndef USA_DST_H
+#define USA_DST_H
 
 #ifdef __cplusplus
 extern          "C" {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]