emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/4] Refactor window-system configuration


From: Eli Zaretskii
Subject: Re: [PATCH 2/4] Refactor window-system configuration
Date: Fri, 30 Dec 2011 10:19:05 +0200

> From: Dan Nicolaescu <address@hidden>
> Date: Thu, 29 Dec 2011 17:21:09 -0500
> Cc: address@hidden
> 
> We don't use something like "#include TERM_HEADER" in any other place

Well, technically we do.  We have this in config.h:

  #include config_opsysfile
  #ifdef config_machfile
  # include config_machfile
  #endif

But I agree with Dan that this technique should be avoided, as it adds
to complexity.

Daniel, can you describe the difficulties in using a string rather
than a macro for doing what you want?



reply via email to

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