uracoli-devel
[Top][All Lists]
Advanced

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

[uracoli-devel] [bug #30527] radio_param_t no longer compiles for C++


From: Joerg Wunsch
Subject: [uracoli-devel] [bug #30527] radio_param_t no longer compiles for C++
Date: Fri, 23 Jul 2010 06:44:30 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5

Follow-up Comment #1, bug #30527 (project uracoli):

First analysis shows that rev 1.16 of Src/Lib/Inc/radio.h
appears to be the culprit:


@@ -143,7 +143,7 @@
  * of 2 byte, all other parameters should be configured with
  * the void pointer.
  */
-typedef union radio_param_t
+typedef union
 {
 #if defined __cplusplus
 public:


The changelog entry says: "removed typo", so the question is:
why was this assumed to be a "typo"?  Did something break
when the "radio_param_t" was still there?

When I wrote that, I tested it against both, C and C++, and
everything appeared to be fine.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?30527>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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