From 1bda9a71c2350b107cd1a2af558a8cbbdf6034dd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 2 Apr 2008 13:04:46 -0700 Subject: [PATCH] --- yaml --- r: 88095 b: refs/heads/master c: f2b2ea692ec01768c77a4f532dcd060316460122 h: refs/heads/master i: 88093: 59627655694f92fc9863b452201b742550b0466a 88091: a6bd43f3c0a5b659b345594cba051731f555cbba 88087: 0370c603e4b84b816379d20909743ca5239b2094 88079: c74e7ffafbcd8d1b450cf4bc790add16eda8d17c 88063: 6c3bac09bdab7d7df7970dac181ffd519b6b0c38 v: v3 --- [refs] | 2 +- trunk/Documentation/SubmittingPatches | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a8006cff1707..d452d8742a10 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e8d49f3a6fec38cc83ae3221c3df0649d021c30c +refs/heads/master: f2b2ea692ec01768c77a4f532dcd060316460122 diff --git a/trunk/Documentation/SubmittingPatches b/trunk/Documentation/SubmittingPatches index 08a1ed1cb5d8..47a539c7642d 100644 --- a/trunk/Documentation/SubmittingPatches +++ b/trunk/Documentation/SubmittingPatches @@ -512,7 +512,7 @@ They provide type safety, have no length limitations, no formatting limitations, and under gcc they are as cheap as macros. Macros should only be used for cases where a static inline is clearly -suboptimal [there a few, isolated cases of this in fast paths], +suboptimal [there are a few, isolated cases of this in fast paths], or where it is impossible to use a static inline function [such as string-izing].