All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christopher Li <sparse@chrisli.org>
To: Josh Triplett <josh@freedesktop.org>
Cc: linux-sparse@vger.kernel.org
Subject: [TRIVIAL][PATCH] trivial fix for seg fault.
Date: Wed, 22 Nov 2006 23:45:53 -0800	[thread overview]
Message-ID: <20061123074553.GA9322@chrisli.org> (raw)

Trivial fix for some seg fault.

Signed-Off-By: Christopher Li <sparse@chrisli.org>

Index: sparse/token.h
===================================================================
--- sparse.orig/token.h	2006-11-22 23:34:35.000000000 -0800
+++ sparse/token.h	2006-11-22 23:36:28.000000000 -0800
@@ -94,7 +94,7 @@
 	"||", "|=",		\
 	"^=", "##",		\
 	"<<", ">>", "..",	\
-	"<<=", ">>=", "..."	\
+	"<<=", ">>=", "...",	\
 	"",			\
 	"<", ">", "<=", ">="	\
 }

             reply	other threads:[~2006-11-23  7:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-23  7:45 Christopher Li [this message]
2006-11-28 20:27 ` [TRIVIAL][PATCH] trivial fix for seg fault Josh Triplett

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061123074553.GA9322@chrisli.org \
    --to=sparse@chrisli.org \
    --cc=josh@freedesktop.org \
    --cc=linux-sparse@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.