Ignore:
Timestamp:
2007-06-06T20:25:51Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6b781c0
Parents:
44bec47
Message:

Replace gcc-specific FUNCTION with C99 func.
suncc's xregs=no%float can be used only on sparc64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/console/kconsole.c

    r44bec47 r3ee8a075  
    412412
    413413        if (!stdin) {
    414                 printf("%s: no stdin\n", __FUNCTION__);
     414                printf("%s: no stdin\n", __func__);
    415415                return;
    416416        }
Note: See TracChangeset for help on using the changeset viewer.