Changeset 6e34bd0 in mainline
- Timestamp:
- 2012-07-28T00:02:20Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 03cad47
- Parents:
- 5a7c0e6
- Location:
- uspace/app/bithenge
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bithenge/Makefile
r5a7c0e6 r6e34bd0 35 35 helenos/block.c \ 36 36 blob.c \ 37 expression.c \ 37 38 file.c \ 38 39 print.c \ -
uspace/app/bithenge/Makefile.linux
r5a7c0e6 r6e34bd0 36 36 SOURCES = \ 37 37 blob.c \ 38 expression.c \ 38 39 file.c \ 39 40 print.c \ -
uspace/app/bithenge/transform.h
r5a7c0e6 r6e34bd0 101 101 return ENOMEM; 102 102 scope->num_params = num_params; 103 for (int i = 0; i < num_params; i++) 104 scope->params[i] = NULL; 103 105 return EOK; 104 106 }
Note:
See TracChangeset
for help on using the changeset viewer.