Mercurial > emacs
view src/s/gnu-kfreebsd.h @ 105692:15b4b661ceb1
* cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
(semantic-c-debug-mode-init-pch): New functions.
(semantic-c-debug-mode-init-last-mode): New var.
(semantic-c-parse-lexical-token): Use them.
* cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
When extracting the argument list, limit only by point-max.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 21 Oct 2009 14:04:00 +0000 |
parents | 0e7b65656292 |
children | ef719132ddfa |
line wrap: on
line source
#include "gnu-linux.h" /* SYSTEM_TYPE should indicate the kind of system you are using. It sets the Lisp variable system-type. */ #undef SYSTEM_TYPE #define SYSTEM_TYPE "gnu/kfreebsd" /* All the best software is free */ #define NO_TERMIO /* use only <termios.h> */ /* arch-tag: 8d098200-2586-469e-99ab-6d092c035e03 (do not change this comment) */