mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
Merge commit 'origin/mc-4.6'
This commit is contained in:
commit
18e9e770c2
@ -1,3 +1,7 @@
|
||||
2009-02-04 Enrico Weigelt, metux ITS <weigelt@metux.de>
|
||||
|
||||
* mhl/types.h, mhl/escape.h: replaced bool type by stdbool.h (fixing #240)
|
||||
|
||||
2009-02-03 Enrico Weigelt, metux ITS <weigelt@metux.de>
|
||||
|
||||
* lib/mc.lib: added patch on #219 by angel_il
|
||||
|
@ -5,8 +5,7 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <mhl/types.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#define mhl_shell_escape_toesc(x) \
|
||||
(((x)==' ')||((x)=='!')||((x)=='#')||((x)=='$')||((x)=='%')|| \
|
||||
|
@ -7,10 +7,4 @@
|
||||
#ifndef __MHL_TYPES_H
|
||||
#define __MHL_TYPES_H
|
||||
|
||||
typedef enum
|
||||
{
|
||||
false = 0,
|
||||
true = 1
|
||||
} bool;
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user