Kaynağa Gözat

doc: Mention other C-family GCC front-ends.

* doc/chapters/c-extensions.texi (C Extensions): Mention other languages
  of the C family.
Ludovic Courtès 13 yıl önce
ebeveyn
işleme
bf76496015
1 değiştirilmiş dosya ile 5 ekleme ve 4 silme
  1. 5 4
      doc/chapters/c-extensions.texi

+ 5 - 4
doc/chapters/c-extensions.texi

@@ -12,10 +12,11 @@
 
 
 When configured with @code{--enable-gcc-extensions}, StarPU builds a
 When configured with @code{--enable-gcc-extensions}, StarPU builds a
 plug-in for the GNU Compiler Collection (GCC), which defines extensions
 plug-in for the GNU Compiler Collection (GCC), which defines extensions
-to the C language that make it easier to write StarPU code@footnote{This
-feature is only available for GCC 4.5 and later.}.  Those extensions
-include syntactic sugar for defining tasks and their implementations,
-invoking a task, and manipulating data buffers.
+to languages of the C family (C, C++, Objective-C) that make it easier
+to write StarPU code@footnote{This feature is only available for GCC 4.5
+and later.}.  Those extensions include syntactic sugar for defining
+tasks and their implementations, invoking a task, and manipulating data
+buffers.
 
 
 This section does not require detailed knowledge of the StarPU library.
 This section does not require detailed knowledge of the StarPU library.