-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename dlt_common.c into dlt_common.cpp. (#506)
This makes sure c++ compiler is used and not plain c, failing with some error. Signed-off-by: Gianfranco Costamagna <[email protected]> Signed-off-by: Gianfranco Costamagna <[email protected]>
- Loading branch information
1 parent
75a1f86
commit b5a1cb0
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,14 +14,14 @@ | |
* | ||
* \author Alexander Wenzel <[email protected]> 2011-2012 | ||
* | ||
* \file dlt_common.c | ||
* \file dlt_common.cpp | ||
* For further information see http://www.covesa.global/. | ||
* @licence end@ | ||
*/ | ||
|
||
/******************************************************************************* | ||
** ** | ||
** SRC-MODULE: dlt_common.c ** | ||
** SRC-MODULE: dlt_common.cpp ** | ||
** ** | ||
** TARGET : linux ** | ||
** ** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters