Changeset 7d1562e9 in mainline
- Timestamp:
- 2006-03-14T20:03:03Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4241683
- Parents:
- c3a2f0b
- Location:
- libc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/ia64/Makefile.inc
rc3a2f0b r7d1562e9 33 33 TOOLCHAIN_DIR = /usr/local/ia64/bin 34 34 CFLAGS += -fno-unwind-tables 35 LFLAGS += 35 LFLAGS += -N 36 36 AFLAGS += 37 37 -
libc/generic/io/print.c
rc3a2f0b r7d1562e9 154 154 155 155 while ((c = fmt[i])) { 156 156 /* control character */ 157 157 if (c == '%' ) { 158 158 /* print common characters if any processed */ 159 159 if (i > j) { 160 160 if ((retval = putnchars(&fmt[j], i - j)) == EOF) { /* error */
Note:
See TracChangeset
for help on using the changeset viewer.