emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fonts do not work correctly in cc-mode


From: Richard Stallman
Subject: Re: Fonts do not work correctly in cc-mode
Date: Mon, 23 Apr 2007 19:08:08 -0400

    Quite often, but not always, cc-mode does not fontify the "head" of a
    function definition correctly.

    static uint8 CheckIE_ActivateUTC_Req(LL_Data_Ind_t *ActivateUTC_Req_p,
                                         ActivateUTC_ReqAddr_t
    *ActivateUTC_ReqAddr_p)
    {
    ...
    }

With that formatting I am not surprised it fails,  Try writing it like this:

    static uint8
    CheckIE_ActivateUTC_Req(LL_Data_Ind_t *ActivateUTC_Req_p,
                            ActivateUTC_ReqAddr_t, *ActivateUTC_ReqAddr_p)
    {
    ...
    }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]