All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] add real support for __BASE_FILE__
@ 2017-04-05  1:14 Luc Van Oostenryck
  2017-04-05  1:14 ` [PATCH 1/3] build: add missing #include "compat.h" Luc Van Oostenryck
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Luc Van Oostenryck @ 2017-04-05  1:14 UTC (permalink / raw)
  To: linux-sparse; +Cc: Christopher Li, Luc Van Oostenryck

These 3 patches add real support for __BASE_FILE__
as until now its expansion just returned the fixed
string: "base_file.c".

This series is available at:
	git://github.com/lucvoo/sparse.git base-file
based on commit:
	14964df5373292af78b29529d4fc7e1a26b67a97 (sparse-next @ 2017-03-31)
up to commit:
	f0988518f8792a203103af01f97ccb9b568bd37d


Luc Van Oostenryck (3):
  build: add missing #include "compat.h"
  add sparse_basename()
  add real support for __BASE_FILE__

 Makefile                                |  2 ++
 compat.h                                |  1 +
 compat/basename.c                       | 16 ++++++++++++++++
 compat/mmap-blob.c                      |  1 +
 compat/strtold.c                        |  1 +
 ident-list.h                            |  1 +
 lib.c                                   |  3 ---
 pre-process.c                           |  4 ++++
 validation/preprocessor/__BASE_FILE__.c | 11 +++++++++++
 9 files changed, 37 insertions(+), 3 deletions(-)
 create mode 100644 compat/basename.c
 create mode 100644 validation/preprocessor/__BASE_FILE__.c

-- Luc Van Oostenryck
-- 
2.12.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-05  1:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-05  1:14 [PATCH 0/3] add real support for __BASE_FILE__ Luc Van Oostenryck
2017-04-05  1:14 ` [PATCH 1/3] build: add missing #include "compat.h" Luc Van Oostenryck
2017-04-05  1:14 ` [PATCH 2/3] add sparse_basename() Luc Van Oostenryck
2017-04-05  1:14 ` [PATCH 3/3] add real support for __BASE_FILE__ Luc Van Oostenryck

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.