From 8a7cf4b45431bbead62b2ae390f49caedf702fe5 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 23 Nov 2009 14:13:41 +0200 Subject: Minor change. * src/pies.h (CF_DISABLED) (CF_PRECIOUS): New defines. (struct component): Replace precious and disabled by a bitmask member `flags'. All uses updated. * src/progman.c: Reflect the above change. * src/pies.c (_cb_bitmask): New function. (_cb_precious, _cb_disabled): New callbacks. (component_keywords): Change handling of precious and disabled. * bootstrap.conf: Add Emacs mode marker --- bootstrap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.conf') diff --git a/bootstrap.conf b/bootstrap.conf index 5cf5980..d965892 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,4 +1,4 @@ -# Bootstrap configuration for GNU Pies. +# Bootstrap configuration for GNU Pies. -*- shell-script -*- # Copyright (C) 2008, 2009 Sergey Poznyakoff # # GNU Pies is free software; you can redistribute it and/or modify -- cgit v1.2.1