Changeset 76d0981d in mainline for uspace/lib/pcut/src/preproc.c
- Timestamp:
- 2018-04-12T12:57:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3bacee1
- Parents:
- 9c514be
- git-author:
- Jiri Svoboda <jiri@…> (2018-04-11 18:18:43)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-04-12 12:57:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/src/preproc.c
r9c514be r76d0981d 27 27 */ 28 28 29 #include <stdbool.h> 29 30 #include <stdio.h> 30 31 #include <stdlib.h> … … 109 110 (void) argv; 110 111 111 while ( 1) {112 while (true) { 112 113 int current_char_denotes_identifier; 113 114
Note:
See TracChangeset
for help on using the changeset viewer.