From fdc947f520bc47100ba2d6fbe097044f0a7a76c7 Mon Sep 17 00:00:00 2001 From: firewave Date: Thu, 23 May 2024 10:36:46 +0200 Subject: [PATCH] added Emacs C++ marker to header comment --- simplecpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplecpp.h b/simplecpp.h index f495eff..df0f285 100755 --- a/simplecpp.h +++ b/simplecpp.h @@ -1,4 +1,4 @@ -/* +/* -*- C++ -*- * simplecpp - A simple and high-fidelity C/C++ preprocessor library * Copyright (C) 2016-2023 simplecpp team */