emacs-devel
[Top][All Lists]
Advanced

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

Re: patch for removing some c99 style comments


From: Michael Albinus
Subject: Re: patch for removing some c99 style comments
Date: Mon, 24 Aug 2009 21:46:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

address@hidden writes:

> diff --git a/src/dbusbind.c b/src/dbusbind.c
> index 33a0700..c2d549c 100644
> --- a/src/dbusbind.c
> +++ b/src/dbusbind.c
> @@ -744,7 +744,7 @@ xd_add_watch (watch, data)
>        if (fd == -1)
>       return FALSE;
>  
> -      //printf ("xd_add_watch: %d\n", fd);
> +      /*printf ("xd_add_watch: %d\n", fd);*/
>        /* Add the file descriptor to input_wait_mask.  */
>        add_keyboard_wait_descriptor (fd);
>      }
> @@ -769,7 +769,7 @@ xd_remove_watch (watch, data)
>        if (fd == -1)
>       return;
>  
> -      //printf ("xd_remove_watch: %d\n", fd);
> +      /*printf ("xd_remove_watch: %d\n", fd);*/
>        /* Remove the file descriptor from input_wait_mask.  */
>        delete_keyboard_wait_descriptor (fd);
>      }

That's already history. It was a private comment for test code I forgot
to cleanup.

Best regards, Michael.




reply via email to

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