-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow pcn_log to be split in multiple lines
This commit fixes a "bug" in the pcn_log function that did not allow to split the pcn_log body into multiple lines, for example by putting the text and the parameters in different lines. It uses an improved regex function to check the end of the pcn_log function and replace it with the correct version so that compilation errors can be avoided. Fixes: #1 (pcn_log cannot be split in multiple lines) Signed-off-by: Sebastiano Miano <mianosebastiano@gmail.com>
- Loading branch information
Showing
3 changed files
with
90 additions
and
6 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
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