diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-06-30 23:54:50 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-06-30 23:54:50 +0000 |
| commit | 94e24bf0f563054d7a4a8ed23a3a0e8c4d5059b9 (patch) | |
| tree | ab0655d3dfc0ce3be134eb089119ed0d022d6c5a /sys/ddb/db_variables.h | |
| parent | b2b392c442aa6d01120ae73bdf2aa01c5a8b6205 (diff) | |
Notes
Diffstat (limited to 'sys/ddb/db_variables.h')
| -rw-r--r-- | sys/ddb/db_variables.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/ddb/db_variables.h b/sys/ddb/db_variables.h index 62cdb8ce51df..98b83a409d22 100644 --- a/sys/ddb/db_variables.h +++ b/sys/ddb/db_variables.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id$ + * $Id: db_variables.h,v 1.7 1997/02/22 09:28:32 peter Exp $ */ /* @@ -50,8 +50,6 @@ struct db_variable { }; #define FCN_NULL ((db_varfcn_t *)0) -extern struct db_variable db_vars[]; /* debugger variables */ -extern struct db_variable *db_evars; extern struct db_variable db_regs[]; /* machine registers */ extern struct db_variable *db_eregs; |
