[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. 0eb83f6ee
From: |
Sylvain Rochet |
Subject: |
[lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. 0eb83f6ee6324c9f1cabfb15816a4ebe0b745816 |
Date: |
Fri, 12 Oct 2012 18:18:37 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, ppp-new has been updated
via 0eb83f6ee6324c9f1cabfb15816a4ebe0b745816 (commit)
from e81f092520bcd567354f6f3209225aeaeca6907a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0eb83f6ee6324c9f1cabfb15816a4ebe0b745816
Author: Mark Lakata <address@hidden>
Date: Fri Oct 12 20:17:40 2012 +0200
PPP, IAR EWARM won't compile ppp-new due to keyword clash
The word "class" is reserved in IAR's EWARM compiler since it looks like
c++.
This causes a failure to compile in the lcp code.
Arguably it is a bug in the compiler, but it is easy to work around with a
name change in the lcp.[ch] code. I fixed it by changing "class" to
"class_".
-----------------------------------------------------------------------
Summary of changes:
src/include/netif/ppp/lcp.h | 2 +-
src/netif/ppp/lcp.c | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. 0eb83f6ee6324c9f1cabfb15816a4ebe0b745816,
Sylvain Rochet <=