mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-23 07:17:19 +08:00
2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>
* include/rtems/concat.h: Add EXPAND0, CONCAT0.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/rtems/concat.h: Add EXPAND0, CONCAT0.
|
||||
|
||||
2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* telnetd/Makefile.am: Only build if LIBSHELL is available.
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2004,2005 Ralf Corsepius, Ulm, Germany.
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in found in the file LICENSE in this distribution or at
|
||||
* http://www.rtems.com/license/LICENSE.
|
||||
@@ -15,5 +17,6 @@
|
||||
#define CONCAT2(a, b) a ## b
|
||||
|
||||
#define EXPAND0(x) x
|
||||
#define CONCAT0(a,b) EXPAND0(a)EXPAND0(b)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user