aboutsummaryrefslogtreecommitdiff
path: root/src/symbol.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-05-18 11:36:44 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-05-18 11:36:44 +0000
commitdf32bb611d3d7ed4c8c408d06cdcab3c7a966a5a (patch)
tree6207c6b7cf9cfd290c5b1d8323ff8c637701b3fc /src/symbol.c
parent2763b8b2cf70ab07405543606bfe0d2197dbab01 (diff)
downloadcflow-df32bb611d3d7ed4c8c408d06cdcab3c7a966a5a.tar.gz
cflow-df32bb611d3d7ed4c8c408d06cdcab3c7a966a5a.tar.bz2
Changed FSF postal address
Diffstat (limited to 'src/symbol.c')
-rw-r--r--src/symbol.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/symbol.c b/src/symbol.c
index dd46477..7da473d 100644
--- a/src/symbol.c
+++ b/src/symbol.c
@@ -11,9 +11,10 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with GNU cflow; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ You should have received a copy of the GNU General Public
+ License along with GNU cflow; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include <cflow.h>
#include <parser.h>
@@ -149,7 +150,7 @@ delete_autos(int level)
* This means for each list replace its entry point with its CAR
* and throw away the first cons. The first cons holds pointers
* to the head and tail of the list and is used to speed up appends.
- *
+ *
* TODO: The memory is not reclaimed
*/
static bool
@@ -275,7 +276,7 @@ alloc_cons()
/* Append a new cons to the tail of the list
* ROOT_PTR points to a `root cons'.
* CAR is the car value of the cons to be created.
- *
+ *
* Note: Car of the root cons points to the head of the list,
* cdr of root cons points to the tail of the list.
*/

Return to:

Send suggestions and report system problems to the System administrator.